Skip to content

Commit

Permalink
nixpkgs-check-by-name/scripts: Use local Nixpkgs for dependencies
Browse files Browse the repository at this point in the history
Especially needed because NIX_PATH is set to something custom in the
nix-shell of nixpkgs-check-by-name
  • Loading branch information
infinisil authored and peterhoeg committed Jan 22, 2024
1 parent c006d33 commit 6a22c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/test/nixpkgs-check-by-name/scripts/run-local.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 6a22c92

Please sign in to comment.