Skip to content

Commit a876d9a

Browse files
Merge pull request #1465 from input-output-hk/lc/no-docker-check
Don't build dockers in nix flake check - it is too big for CI
2 parents d3c44f6 + d613481 commit a876d9a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

flake.nix

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,7 @@
148148
"hydra-tui"
149149
"plutus-cbor"
150150
"plutus-merkle-tree"
151-
]) //
152-
(if pkgs.stdenv.isLinux then
153-
{
154-
inherit (packages)
155-
docker-hydra-explorer
156-
docker-hydra-node
157-
docker-hydra-tui
158-
docker-hydraw;
159-
} else { });
151+
]);
160152

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

0 commit comments

Comments
 (0)