Skip to content

Commit

Permalink
devshell: Add curl for benchmark job (#5489)
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy authored Aug 22, 2023
1 parent 967ae96 commit d9f34dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/cells/plutus/library/make-plutus-shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ inputs.std.lib.dev.mkShell {
# Needed to make building things work, not for commands
pkgs.zlib
pkgs.cacert
# Needed for the cabal CLI to download under https
pkgs.curl
];

devshell.startup."pre-commit-check".text = cell.packages.pre-commit-check.shellHook;
Expand Down

0 comments on commit d9f34dd

Please sign in to comment.