Skip to content

Commit

Permalink
Don't build dockers in nix flake check - it is too big for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Jun 3, 2024
1 parent d3c44f6 commit d613481
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 d613481

Please sign in to comment.