Skip to content

Commit

Permalink
review default.nix too to include new executables names
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jul 4, 2019
1 parent 091fc04 commit 437c7e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ in {
inherit cardano-http-bridge cardano-sl-node jormungandr;
inherit (haskellPackages.cardano-wallet.identifier) version;

cardano-wallet = haskellPackages.cardano-wallet.components.exes.cardano-wallet;
cardano-wallet-http-bridge = haskellPackages.cardano-wallet.components.exes.cardano-wallet-http-bridge;
cardano-wallet-jormungandr = haskellPackages.cardano-wallet.components.exes.cardano-wallet-jormungandr;
tests = collectComponents "tests" isCardanoWallet haskellPackages;
benchmarks = collectComponents "benchmarks" isCardanoWallet haskellPackages;

Expand All @@ -40,6 +41,7 @@ in {
cardano-wallet-cli
cardano-wallet-core
cardano-wallet-http-bridge
cardano-wallet-jormungandr
bech32
text-class
];
Expand Down

0 comments on commit 437c7e6

Please sign in to comment.