Skip to content

Commit

Permalink
buildenv: allow substitutes for buildEnvs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoo1 committed Mar 21, 2023
1 parent 0b622e1 commit 8e26b21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/build-support/buildenv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ runCommand name
priority = drv.meta.priority or 5;
}) paths);
preferLocalBuild = true;
allowSubstitutes = false;
# XXX: The size is somewhat arbitrary
passAsFile = if builtins.stringLength pkgs >= 128*1024 then [ "pkgs" ] else [ ];
}
Expand Down

0 comments on commit 8e26b21

Please sign in to comment.