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:
Silvan Mosberger 2024-01-18 18:39:39 +01:00
parent 37c764638b
commit 0259a8b94d
2 changed files with 2 additions and 2 deletions

@ -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