summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/repo-sync.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-07-27 19:43:23 +0200
committerlassulus <lassulus@lassul.us>2017-07-27 19:43:23 +0200
commit6488d2e715e073519f4c6475b2a258a6507a6034 (patch)
tree48505b0f0a3e5c7443ffbf83e5d9bbfcf2c84bf4 /krebs/2configs/repo-sync.nix
parent05a8c6071df65c5d7f42fbef652466e02ecbb748 (diff)
krebs repo-sync: set latest to master
Diffstat (limited to 'krebs/2configs/repo-sync.nix')
-rw-r--r--krebs/2configs/repo-sync.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/2configs/repo-sync.nix b/krebs/2configs/repo-sync.nix
index 157a30e6..b0b0b2f6 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;