Skip to content

Commit

Permalink
Switch checkMaterialization off (tests passed)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jul 6, 2020
1 parent 1ef36f3 commit 7461041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.nix
Expand Up @@ -2,7 +2,7 @@
# on a machine with e.g. no way to build the Darwin IFDs you need!
{ supportedSystems ? [ "x86_64-linux" "x86_64-darwin" ]
, ifdLevel ? 3
, checkMaterialization ? true }:
, checkMaterialization ? false }:

let
inherit (import ./ci-lib.nix) stripAttrsForHydra filterDerivations;
Expand Down

0 comments on commit 7461041

Please sign in to comment.