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 | 06de63ea07af599ef1b77886e2ec403560dea653 (patch) | |
tree | d8154de53cab4f05e7c1023ba6b028b164719fd2 | |
parent | 4758bec0d1354441062f120b17a9aa2f25544ef5 (diff) |
s 2 repo-sync: adapt to new api
-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 b23cb16..d1d9ab3 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; |