mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
nixpkgs-check-by-name/scripts: Use local Nixpkgs for dependencies
Especially needed because NIX_PATH is set to something custom in the nix-shell of nixpkgs-check-by-name
This commit is contained in:
parent
37c764638b
commit
0259a8b94d
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p jq
|
||||
#!nix-shell -i bash -p jq -I nixpkgs=../../../..
|
||||
|
||||
set -o pipefail -o errexit -o nounset
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p jq
|
||||
#!nix-shell -i bash -p jq -I nixpkgs=../../../..
|
||||
|
||||
set -o pipefail -o errexit -o nounset
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user