Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Unisay committed Dec 1, 2023
1 parent d588687 commit 29b687f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@
inherit system;
inherit (haskellNix) config;
overlays = [
haskellNix.overlay

haskellNix.overlay
iohkNix.overlays.utils
iohkNix.overlays.crypto
iohkNix.overlays.haskell-nix-extra
Expand Down
4 changes: 2 additions & 2 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ CHaP: haskell-nix: nixpkgs-recent: nodePkgs: cardano-address: haskell-nix.cabalP
fi
'';

# provide cardano-node & cardano-cli to tests
# provide cardano-address, cardano-node & cardano-cli to tests
unit.build-tools = cardanoNodeExes;
integration.build-tools = cardanoNodeExes;
integration.build-tools = [ cardano-address ] ++ cardanoNodeExes;
};

# Add node backend to the PATH of the latency benchmarks, and
Expand Down

0 comments on commit 29b687f

Please sign in to comment.