Skip to content

Commit 5f32a61

Browse files
committed
ifdLevel 1
1 parent 9499917 commit 5f32a61

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

0 commit comments

Comments
 (0)