ping nix version to latest

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-07-04 01:20:24 -04:00 committed by Alice Huston
parent ea0d2238d8
commit 31f9b2c06a

View File

@ -1,5 +1,5 @@
#!/usr/bin/env nix #!/usr/bin/env nix
#! nix shell nixpkgs#bash nixpkgs#gnugrep --command bash #! nix shell nixpkgs#bash nixpkgs#gnugrep nixpkgs#nixVersions.latest --command bash
# diffs each derivation # diffs each derivation
@ -7,8 +7,9 @@ set -x
set -v set -v
set -e set -e
if [ "$#" -ne 2 ]; then if [ "$#" -ne 1 ]; then
echo "$0 (pre|post)" echo "$0 (pre|post)"
exit 1
fi fi
script_path=$(dirname "$(readlink -f $0)") script_path=$(dirname "$(readlink -f $0)")