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 = { }; };