Merge pull request #1 from matklad/patch-1

This commit is contained in:
Jake Hamilton 2024-06-08 08:46:26 -07:00 committed by GitHub
commit d9fe1ff418
Failed to generate hash of commit

View file

@ -14,7 +14,7 @@ in {
options.aux.foundation.builders.bash = {
build = lib.options.create {
type = lib.types.function lib.types.package;
description = "Builds a package using the kaem builder.";
description = "Builds a package using the bash builder.";
};
};