diff options
author | lassulus <lassulus@lassul.us> | 2017-07-27 19:43:23 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-27 19:43:23 +0200 |
commit | 6488d2e715e073519f4c6475b2a258a6507a6034 (patch) | |
tree | 48505b0f0a3e5c7443ffbf83e5d9bbfcf2c84bf4 /krebs/2configs/repo-sync.nix | |
parent | 05a8c6071df65c5d7f42fbef652466e02ecbb748 (diff) |
krebs repo-sync: set latest to master
Diffstat (limited to 'krebs/2configs/repo-sync.nix')
-rw-r--r-- | krebs/2configs/repo-sync.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/2configs/repo-sync.nix b/krebs/2configs/repo-sync.nix index 157a30e69..b0b0b2f62 100644 --- a/krebs/2configs/repo-sync.nix +++ b/krebs/2configs/repo-sync.nix @@ -17,7 +17,7 @@ let verbose = false; channel = "#retiolum"; server = "ni.r"; - branches = [ "newest" ]; + branches = [ "master" ]; }; }); }; @@ -55,7 +55,7 @@ let }; latest = { url = "${mirror}${name}"; - ref = "heads/newest"; + ref = "heads/master"; }; }; krebs.git = defineRepo name true; |