summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnixos-pin (renamed from nix-pin)2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-pin b/nixos-pin
index 30253b6..296073a 100755
--- a/nix-pin
+++ b/nixos-pin
@@ -6,7 +6,7 @@ url="https://github.com/NixOS/nixpkgs/archive/$1.tar.gz"
hash=$(nix-prefetch-url --unpack $url)
cat <<EOF
-# generated with ~/bin/nix-pin
+# generated with ~/bin/nixos-pin
{
url = "$url";
sha256 = "$hash";