Skip to content

Commit eec5710

Browse files
committedSep 4, 2022
ifdLevel 2
1 parent 8a0d0d1 commit eec5710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎release.nix

+1-1
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 evaluating
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
, include ? (compiler-nix-name: true)
66
, checkMaterialization ? false }:
77

0 commit comments

Comments
 (0)
Please sign in to comment.