From b605fd1fad7f37b9bddabda3e7f748a3bec124ee Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 31 Mar 2020 20:22:22 +0200 Subject: [PATCH] remove krops pull --- updateChannels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updateChannels.sh b/updateChannels.sh index 0f508a3..8339223 100644 --- a/updateChannels.sh +++ b/updateChannels.sh @@ -18,7 +18,7 @@ function fetch (){ fetch "refs/heads/nixos-19.09" .channelStable.json fetch "refs/heads/nixos-unstable" .channelUnstable.json -fetch "refs/tags/v1.4.2" .krops.json "https://git.ingolf-wagner.de/krebs/krops.git" +#fetch "refs/tags/v1.4.2" .krops.json "https://git.ingolf-wagner.de/krebs/krops.git" fetch "refs/tags/v3.2.0" .nix-writers.json "https://cgit.krebsco.de/nix-writers/" fetch "ef1e4480cf8af45cfdeac597b2f1b1af33923e93" .nixos-generators.json "https://github.com/nix-community/nixos-generators.git"