_7zz: Fix updateScript without NIX_PATH
updateScripts will run from Nixpkgs root.
This commit is contained in:
parent
3b432c6005
commit
ee4d5eec35
@ -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]}")"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user