diff options
| author | tv <tv@krebsco.de> | 2017-03-09 16:55:22 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2017-03-09 16:55:22 +0100 |
| commit | 9d46ee1e11c6c3e8b9c6e494d9abec654d736552 (patch) | |
| tree | 983eea8a0a99561baa7b60ee1209e5d41908b20d /shared/2configs/repo-sync.nix | |
| parent | 1004ad1451154e31902888032dce326e812f96d9 (diff) | |
| parent | b581288b753298bea28b7bf6692570540b0c8aec (diff) | |
Merge remote-tracking branch 'prism/lassulus'
Diffstat (limited to 'shared/2configs/repo-sync.nix')
| -rw-r--r-- | shared/2configs/repo-sync.nix | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/shared/2configs/repo-sync.nix b/shared/2configs/repo-sync.nix index 4219e5d..637a26e 100644 --- a/shared/2configs/repo-sync.nix +++ b/shared/2configs/repo-sync.nix @@ -8,20 +8,23 @@ with lib; in { enable = true; repos.stockholm = { - makefu = { - origin.url = http://cgit.gum/stockholm ; - mirror.url = mirror; + branches = { + makefu = { + origin.url = http://cgit.gum/stockholm ; + mirror.url = mirror; + }; + tv = { + origin.url = http://cgit.ni.r/stockholm; + mirror.url = mirror; + }; + lassulus = { + origin.url = http://cgit.prism/stockholm ; + mirror.url = mirror; + }; }; - tv = { - origin.url = http://cgit.ni.r/stockholm; - mirror.url = mirror; - }; - lassulus = { - origin.url = http://cgit.prism/stockholm ; - mirror.url = mirror; - }; - "@latest" = { - mirror.url = mirror; + latest = { + url = mirror; + ref = "heads/master"; }; }; }; |
