about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn')
-rw-r--r--users/grfn/system/home/modules/lib/cloneRepo.nix2
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 a6455a4bdf..806a8be03c 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 = {