Skip to content

Commit 0d35e65

Browse files
committed
ifdLevel 2
1 parent 954b73f commit 0d35e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 'supportedSystems' restricts the set of systems that we will evaluate for. Useful when you're evaluting
22
# on a machine with e.g. no way to build the Darwin IFDs you need!
33
{ supportedSystems ? [ "x86_64-linux" "x86_64-darwin" ]
4-
, ifdLevel ? 1 }:
4+
, ifdLevel ? 2 }:
55

66
let
77
inherit (import ./ci-lib.nix) stripAttrsForHydra filterDerivations;

0 commit comments

Comments
 (0)