diff --git a/shell.nix b/shell.nix index e5f2fcc1235..c50e8b4f050 100644 --- a/shell.nix +++ b/shell.nix @@ -100,7 +100,6 @@ let cardano-cli bech32 cardano-ping - cardano-cli cardano-node cardano-topology cardano-tracer @@ -118,6 +117,9 @@ let workbench-interactive-restart ]; + # Disable build tools for all of hsPkgs (would include duplicates for cardano-cli, cardano-node, etc.) + allToolDeps = false; + shellHook = '' echo "DevOps Tools" \ | ${figlet}/bin/figlet -f banner -c \