Skip to content

Commit 3c8f217

Browse files
authored
Merge pull request #1242 from input-output-hk/no-darwin-hydra-ci
Disable Hydra CI for darwin builds
2 parents 853cd4d + 55a8c68 commit 3c8f217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
};
6464

6565
# Build selected derivations in CI for caching
66-
hydraJobs = {
66+
hydraJobs = pkgs.lib.optionalAttrs (!pkgs.stdenv.isDarwin) {
6767
packages = { inherit (packages) hydra-node hydra-tui hydraw spec; };
6868
devShells = { inherit (devShells) default ci; };
6969
};

0 commit comments

Comments
 (0)