_7zz: Fix updateScript without NIX_PATH

updateScripts will run from Nixpkgs root.

(cherry picked from commit ee4d5eec35)
This commit is contained in:
Jan Tojnar 2024-06-09 12:46:30 +02:00 committed by github-actions[bot]
parent eb450737aa
commit 51495f999d

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]}")"