diff options
| author | lassulus <lassulus@lassul.us> | 2017-09-30 19:11:44 +0200 | 
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2017-09-30 19:11:44 +0200 | 
| commit | ea21ba775c11a5ff4b79c18445895cf95956220c (patch) | |
| tree | 4392b557935bf68b529ba524f6f03c008e707987 | |
| parent | cad6fa36cb5d50ba7debd642258f37d1ba7aa4b2 (diff) | |
l git: add nix-user-chroot repo
| -rw-r--r-- | lass/2configs/git.nix | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/lass/2configs/git.nix b/lass/2configs/git.nix index 3991acadc..920da98c7 100644 --- a/lass/2configs/git.nix +++ b/lass/2configs/git.nix @@ -53,6 +53,10 @@ let        cgit.desc = "Good Music collection + tools";        cgit.section  = "art";      }; +    nix-user-chroot = { +      cgit.desc = "Fork of nix-user-chroot my lethalman"; +      cgit.section = "software"; +    };    } // mapAttrs make-public-repo-silent {    }; | 
