Skip to content

Commit

Permalink
Try #1340:
Browse files Browse the repository at this point in the history
  • Loading branch information
iohk-bors[bot] committed Jan 7, 2022
2 parents a8222c0 + 8214611 commit 24751c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ in rec {
# These are pure parts of maintainer-script so they can be built by hydra
# and added to the cache to speed up buildkite.
maintainer-script-cache = pkgs.recurseIntoAttrs (
(pkgs.lib.optionalAttrs pkgs.stdenv.hostPlatform.isWindows {
(pkgs.lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
inherit (maintainer-scripts) check-hydra;
})
// (pkgs.lib.optionalAttrs (ifdLevel > 2) {
Expand Down

0 comments on commit 24751c8

Please sign in to comment.