diff options
author | lassulus <lass@aidsballs.de> | 2016-07-07 23:51:20 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-07-07 23:51:20 +0200 |
commit | ef824d2ce8150a2b1049254550564441868966e9 (patch) | |
tree | 614d29800d597c74aba3e41a51f21b20a5b16819 /shared | |
parent | 18ff162945aa66192e89b5b57c49e4b4fe122f64 (diff) |
s 2 repo-sync: adapt to new api
Diffstat (limited to 'shared')
-rw-r--r-- | shared/2configs/repo-sync.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/2configs/repo-sync.nix b/shared/2configs/repo-sync.nix index b23cb1675..d1d9ab3f8 100644 --- a/shared/2configs/repo-sync.nix +++ b/shared/2configs/repo-sync.nix @@ -7,7 +7,7 @@ with lib; mirror = "git@wolf:stockholm-mirror"; in { enable = true; - config = { + repos.stockholm = { makefu = { origin.url = http://cgit.gum/stockholm ; mirror.url = mirror; |