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:
parent
42bf0422e0
commit
9c5dbeaa83
@ -17,7 +17,5 @@ if [[ ${CACHIX_SIGNING_KEY:-} ]]; then
|
|||||||
cachix push $cachixCache $(type -P flake-info);
|
cachix push $cachixCache $(type -P flake-info);
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# flake-info requires '<nixpkgs>'
|
|
||||||
export NIX_PATH=nixpkgs=$(nix eval --raw .#nixpkgsPath)
|
|
||||||
echo "Running flake-info (nixos-search)"
|
echo "Running flake-info (nixos-search)"
|
||||||
flake-info flake ./.
|
flake-info flake ../..
|
||||||
|
Loading…
Reference in New Issue
Block a user