From d6134815f0526501b05b0b3a4d716645179778f4 Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Mon, 3 Jun 2024 15:44:19 +0000 Subject: [PATCH] Don't build dockers in nix flake check - it is too big for CI --- flake.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index 5715bd0dfea..0a0ffe0482f 100644 --- a/flake.nix +++ b/flake.nix @@ -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;