test/nixos-search: fix wrong flake being tested

Now the test targets the main nix-bitcoin flake instead of the
nixos-search flake.

Also remove `NIX_PATH`, which is no longer required.
This commit is contained in:
Erik Arvstedt 2022-07-22 17:33:49 +02:00
parent 42bf0422e0
commit 9c5dbeaa83
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,5 @@ if [[ ${CACHIX_SIGNING_KEY:-} ]]; then
cachix push $cachixCache $(type -P flake-info);
fi
# flake-info requires '<nixpkgs>'
export NIX_PATH=nixpkgs=$(nix eval --raw .#nixpkgsPath)
echo "Running flake-info (nixos-search)"
flake-info flake ./.
flake-info flake ../..