Skip to content

Commit

Permalink
Add cardano-node to non-dev buildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo authored and abailly-iohk committed May 2, 2022
1 parent 6ab8f5f commit 47f86e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ let
pkgs.python3Packages.jsonschema
# For plotting results of hydra-cluster benchmarks
pkgs.gnuplot
# For integration tests
cardano-node.cardano-node
];

devInputs = if withoutDevTools then [] else [
Expand All @@ -68,8 +70,7 @@ let
pkgs.yq
# For docs/ (i.e. Docusaurus, Node.js & React)
pkgs.yarn
# cardano-node
cardano-node.cardano-node
# To interact with cardano-node and testing out things
cardano-node.cardano-cli
];

Expand Down

0 comments on commit 47f86e2

Please sign in to comment.