-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow builtins.storePath in pure mode
This is useful for - packaging and deploying non-OSS software with flakes. - bringing the shell and coreutils packages used by the test suite into the test VM (#6735) The test VM actually uses a proper sandbox, so we wouldn't be able to get away with reading those files impurely in the builder anymore. Note that neither use would be feasible with `builtins.fetchClosure`, because ca-derivations is too experimental and in principle not guaranteed to work for all builds that do support input addressing.
- Loading branch information
Showing
1 changed file
with
31 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters