Skip to content

Commit

Permalink
Merge #4896
Browse files Browse the repository at this point in the history
4896: devops shell: don't include build tools for all hasPkgs r=jbgi a=jbgi

 because this lead to duplicates PATH entries for cardano-cli, cardano-node, etc.
 with one having gitrev set and the other not set.

Co-authored-by: Jean-Baptiste Giraudeau <jb@giraudeau.info>
  • Loading branch information
iohk-bors[bot] and jbgi authored Feb 21, 2023
2 parents c53d94a + 63ed011 commit d9ff0ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ let
cardano-cli
bech32
cardano-ping
cardano-cli
cardano-node
cardano-topology
cardano-tracer
Expand All @@ -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 \
Expand Down

0 comments on commit d9ff0ef

Please sign in to comment.