From c08d30592541158bfe2eefd1bd9efed25b21f742 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 31 Jul 2024 23:26:58 -0700 Subject: [PATCH] wording --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index f41f590..11b4ea6 100644 --- a/module.nix +++ b/module.nix @@ -10,7 +10,7 @@ in repos = lib.mkOption { type = import ./repo.nix { inherit lib; }; description = '' - attribute set of repos to clone + attrs of repos to clone ''; default = { }; };