Skip to content

Commit

Permalink
test/nixos-search: fix wrong flake being tested
Browse files Browse the repository at this point in the history
Now the test targets the main nix-bitcoin flake instead of the
nixos-search flake.

Also remove `NIX_PATH`, which is no longer required.
  • Loading branch information
erikarvstedt committed Jul 22, 2022
1 parent 42bf042 commit 9c5dbea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/nixos-search/ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../..

0 comments on commit 9c5dbea

Please sign in to comment.