summaryrefslogtreecommitdiffstats
path: root/krebs/update-channel.sh
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-09-22 12:47:02 +0200
committerlassulus <lassulus@lassul.us>2019-09-22 12:47:02 +0200
commit9612fe5a887a44a0cabbb5889531d2837cae635c (patch)
tree64c9e9dc190e1c3ff13307f658c354269aac1d86 /krebs/update-channel.sh
parent0a7989d0f0e176b81a5ee8e0510f160e27fca071 (diff)
update-channel.sh -> update-nixpkgs.sh
Diffstat (limited to 'krebs/update-channel.sh')
-rwxr-xr-xkrebs/update-channel.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/krebs/update-channel.sh b/krebs/update-channel.sh
deleted file mode 100755
index 08354357..00000000
--- a/krebs/update-channel.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-dir=$(dirname $0)
-oldrev=$(cat $dir/nixpkgs.json | jq -r .rev | sed 's/\(.\{7\}\).*/\1/')
-nix-shell -p nix-prefetch-git --run 'nix-prefetch-git \
- --url https://github.com/NixOS/nixpkgs-channels \
- --rev refs/heads/nixos-19.03' \
-> $dir/nixpkgs.json
-newrev=$(cat $dir/nixpkgs.json | jq -r .rev | sed 's/\(.\{7\}\).*/\1/')
-git commit $dir/nixpkgs.json -m "nixpkgs: $oldrev -> $newrev"