_7zz: Fix updateScript without NIX_PATH

updateScripts will run from Nixpkgs root.
This commit is contained in:
Jan Tojnar 2024-06-09 12:46:30 +02:00
parent 3b432c6005
commit ee4d5eec35

View File

@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p curl xq-xml nix-prefetch
#! nix-shell -I nixpkgs=./. -i bash -p curl xq-xml nix-prefetch
set -euo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"