delete helper/fetch-channel

This script was obsoleted by switching to flakes.
This commit is contained in:
Erik Arvstedt
2021-09-11 15:07:23 +02:00
parent 5087ce245f
commit 955b44404c
-6
View File
@@ -1,6 +0,0 @@
#!/usr/bin/env bash
rev=$1
sha256=$(nix-prefetch-url --unpack https://github.com/nixos/nixpkgs/archive/$rev.tar.gz)
echo "rev = \"$rev\";"
echo "sha256 = \"$sha256\";"