Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-04 | Merge pull request #4093 from matthewbauer/eval-system | eldritch horrors | |
Add eval-system option (cherry picked from commit 071dbbee33af9f27338c3e53e4ea067dbfa14010) Change-Id: Ia81358c8cfb60241da07a4d0e84b9ee62a18a53f | |||
2023-09-07 | fix invalid anchor link | Valentin Gagarin | |
2023-08-02 | Factor out `nix-defexpr` path computation | John Ericson | |
Avoid duplicated code, and also avoid "on the fly" path construction (which makes it harder to keep track of which paths we use). The factored out code doesn't create the Nix state dir anymore, but this is fine because other in nix-env and nix-channel does: - nix-channel: Line 158 in this commit - nix-env: Line 1407 in this commit | |||
2023-07-31 | Move evaluator settings (type and global) to separate file/header | John Ericson | |