mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
_7zz: Fix updateScript without NIX_PATH
updateScripts will run from Nixpkgs root.
(cherry picked from commit ee4d5eec35
)
This commit is contained in:
parent
eb450737aa
commit
51495f999d
@ -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