From ca75cfdc4591b466dbb90cb25eb05987fac9b86a Mon Sep 17 00:00:00 2001 From: Alex Kladov Date: Sat, 8 Jun 2024 16:44:53 +0100 Subject: [PATCH] Minor docs typo --- foundation/src/builders/bash/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."; }; };