diff options
Diffstat (limited to 'lass')
| -rw-r--r-- | lass/2configs/repo-sync.nix | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix index 765769936..b1a26b171 100644 --- a/lass/2configs/repo-sync.nix +++ b/lass/2configs/repo-sync.nix @@ -44,6 +44,10 @@ let            origin.url = "http://cgit.ni.r/${name}";            mirror.url = "${mirror}${name}";          }; +        nin = { +          origin.url = "http://cgit.onondaga.r/${name}"; +          mirror.url = "${mirror}${name}"; +        };          lassulus = {            origin.url = "http://cgit.prism/${name}";            mirror.url = "${mirror}${name}";  | 
