Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-27 | Revert "getDefaultNixPath: actually respect `{restrict,pure}-eval`" | Eelco Dolstra | |
This reverts commit 1cba5984a68a489c4a56691032e4c87991c678f4. | |||
2023-01-27 | getDefaultNixPath: actually respect `{restrict,pure}-eval` | Naïm Favier | |
Previously, getDefaultNixPath was called too early: at initialisation time, before CLI and config have been processed, when `restrictEval` and `pureEval` both have their default value `false`. Call it when initialising the EvalState instead, and use `setDefault`. | |||
2022-12-07 | Trivial changes from the lazy-trees branch | Eelco Dolstra | |
2022-01-27 | Don’t require `NIX_PATH` entries to be valid paths | regnat | |
It’s totally valid to have entries in `NIX_PATH` that aren’t valid paths (they can even be arbitrary urls or `channel:<channel-name>`). Fix #5998 and #5980 |