diff options
Diffstat (limited to 'users/grfn/system')
-rw-r--r-- | users/grfn/system/home/modules/lib/cloneRepo.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/system/home/modules/lib/cloneRepo.nix b/users/grfn/system/home/modules/lib/cloneRepo.nix index a6455a4bdf70..806a8be03cb2 100644 --- a/users/grfn/system/home/modules/lib/cloneRepo.nix +++ b/users/grfn/system/home/modules/lib/cloneRepo.nix @@ -5,7 +5,7 @@ with lib; grfn.impure.clonedRepos = mkOption { description = "Repositories to clone"; default = { }; - type = with types; loaOf ( + type = with types; attrsOf ( let sm = submodule { options = { |