Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a17863c

Browse files
committedSep 3, 2022
ifdLevel 3
1 parent 1d7f07d commit a17863c

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 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 ? 2
4+
, ifdLevel ? 3
55
, include ? (compiler-nix-name: true)
66
, checkMaterialization ? false }:
77

0 commit comments

Comments
 (0)
Please sign in to comment.