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.
2 parents e61b56f + bc3311b commit 05a9bafCopy full SHA for 05a9baf
modules/plan.nix
@@ -155,7 +155,7 @@ let
155
156
enableSeparateDataOutput = mkOption {
157
type = bool;
158
- default = (def.enableSeparateDataOutput or false);
+ default = (def.enableSeparateDataOutput or true);
159
};
160
161
enableProfiling = mkOption {
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 ? 3
+, ifdLevel ? 2
5
, checkMaterialization ? false }:
6
7
let
0 commit comments