Skip to content

Commit

Permalink
Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Aug 3, 2020
1 parent e17ffe2 commit 1c6db2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/haskell.nix
Expand Up @@ -102,6 +102,9 @@ let

# cardano-cli-test depends on cardano-cli
packages.cardano-cli.preCheck = "export CARDANO_CLI=${pkgSet.cardano-cli.components.exes.cardano-cli}/bin/cardano-cli";

# cardano-node-test depends on cardano-node
packages.cardano-node.preCheck = "export CARDANO_CLI=${pkgSet.cardano-node.components.exes.cardano-node}/bin/cardano-node";
}
{
packages = lib.genAttrs projectPackages
Expand Down

0 comments on commit 1c6db2a

Please sign in to comment.