Minor docs typo

This commit is contained in:
Alex Kladov 2024-06-08 16:44:53 +01:00 committed by GitHub
parent a7ab8dcf88
commit ca75cfdc45
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.";
};
};