Skip to content

Commit bc91bd9

Browse files
Try #1476:
2 parents 83179d0 + ecc1904 commit bc91bd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/plan.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ let
155155

156156
enableSeparateDataOutput = mkOption {
157157
type = bool;
158-
default = (def.enableSeparateDataOutput or false);
158+
default = (def.enableSeparateDataOutput or true);
159159
};
160160

161161
enableProfiling = mkOption {

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 ? 3
4+
, ifdLevel ? 1
55
, checkMaterialization ? false }:
66

77
let

0 commit comments

Comments
 (0)