We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7f07d commit a17863cCopy full SHA for a17863c
release.nix
@@ -1,7 +1,7 @@
1
# 'supportedSystems' restricts the set of systems that we will evaluate for. Useful when you're evaluating
2
# on a machine with e.g. no way to build the Darwin IFDs you need!
3
{ supportedSystems ? [ "x86_64-linux" "x86_64-darwin" ]
4
-, ifdLevel ? 2
+, ifdLevel ? 3
5
, include ? (compiler-nix-name: true)
6
, checkMaterialization ? false }:
7
0 commit comments