diff --git a/foundation/src/builders/bash/default.nix b/foundation/src/builders/bash/default.nix index 18149d0..023d58d 100644 --- a/foundation/src/builders/bash/default.nix +++ b/foundation/src/builders/bash/default.nix @@ -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."; }; };