Skip to content

Commit

Permalink
Merge pull request #1465 from input-output-hk/lc/no-docker-check
Browse files Browse the repository at this point in the history
Don't build dockers in nix flake check - it is too big for CI
  • Loading branch information
locallycompact committed Jun 3, 2024
2 parents d3c44f6 + d613481 commit a876d9a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,7 @@
"hydra-tui"
"plutus-cbor"
"plutus-merkle-tree"
]) //
(if pkgs.stdenv.isLinux then
{
inherit (packages)
docker-hydra-explorer
docker-hydra-node
docker-hydra-tui
docker-hydraw;
} else { });
]);

devShells = import ./nix/hydra/shell.nix {
inherit inputs pkgs hsPkgs system compiler;
Expand Down

0 comments on commit a876d9a

Please sign in to comment.