Skip to content

Commit

Permalink
flake.nix: remove useless extensions to build-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Apr 25, 2024
1 parent 661250d commit 76e4b16
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@
modules = [
({pkgs, ...}: {
packages.cardano-cli.configureFlags = [ "--ghc-option=-Werror" ] ++ gitRevFlag;
packages.cardano-cli.components.tests.cardano-cli-test.build-tools =
with pkgs.buildPackages; [ jq coreutils ];
packages.cardano-cli.components.tests.cardano-cli-golden.build-tools =
with pkgs.buildPackages; [ jq coreutils ];
})
({
pkgs,
Expand Down

0 comments on commit 76e4b16

Please sign in to comment.