We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10ae87 commit 5127a4cCopy full SHA for 5127a4c
shell.nix
@@ -43,7 +43,7 @@ let
43
ghc = iohkPkgs.haskellPackages.ghc.withPackages getCardanoSLDeps;
44
45
# TODO: add cabal-install (2.0.0.1 won't work)
46
- devTools = [ hlint iohkPkgs.haskellPackages.stylish-haskell stack ];
+ devTools = [ hlint iohkPkgs.haskellPackages.stylish-haskell stack curl jq ];
47
48
shell = mkShell {
49
name = "cardano-sl-env";
0 commit comments