diff options
author | tv <tv@krebsco.de> | 2018-04-10 22:11:17 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-04-10 22:11:17 +0200 |
commit | 8d48d325afee416b67721cf64bf1b443fb84fd92 (patch) | |
tree | 9f31ee06d7aa929d8a9e3209dc7225b4e4f18d8f /lass/2configs/repo-sync.nix | |
parent | 68ceb8df1318a87f0b121eda5a2a29eab360d578 (diff) | |
parent | 5b8c4d24e274bbf26e85420fc11b5bf7e24ac22d (diff) |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'lass/2configs/repo-sync.nix')
-rw-r--r-- | lass/2configs/repo-sync.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix index 98dbdc227..ad44c67e1 100644 --- a/lass/2configs/repo-sync.nix +++ b/lass/2configs/repo-sync.nix @@ -61,6 +61,21 @@ let origin.url = "http://cgit.lassul.us/${name}"; mirror.url = "${mirror}${name}"; }; + makefu-staging = { + origin.url = "http://cgit.gum/${name}"; + origin.ref = "heads/staging"; + mirror.url = "${mirror}${name}"; + }; + tv-staging = { + origin.url = "http://cgit.ni.r/${name}"; + origin.ref = "heads/staging"; + mirror.url = "${mirror}${name}"; + }; + nin-staging = { + origin.url = "http://cgit.onondaga.r/${name}"; + origin.ref = "heads/staging"; + mirror.url = "${mirror}${name}"; + }; }; latest = { url = "${mirror}${name}"; |