delete helper/fetch-channel

This script was obsoleted by switching to flakes.
This commit is contained in:
Erik Arvstedt 2021-09-08 17:01:11 +02:00
parent 5087ce245f
commit 955b44404c
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 0 additions and 6 deletions

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\";"