1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-28 13:11:00 +01:00
nix/tests
John Ericson 801cb16131 Simplify nix develop "gathering derivation environment"
Before, had some funny logic with an unnecessary is CA enabled branch,
and erroneous use of the comma operator. Now, take advantage of the new
`Derivation::fillInOutputPaths` to fill in input addresses (and output
path env vars) in a much-more lightweight manner.

Also, fix `nix develop` on fixed-output derivations so that weird things
don't happen when we have that experimental feature enabled.

As a slight behavior change, if the original derivation was
content-addressing this one will be too, but I really don't think that
matters --- if anything, it is a slight improvement for users that have
already opted into content-addressing anyways.
2025-11-25 11:29:42 -05:00
..
functional Simplify nix develop "gathering derivation environment" 2025-11-25 11:29:42 -05:00
installer Format .nix files 2025-01-24 17:04:02 +01:00
nixos tests: fix fetchers-substitute test for new narHash JSON format 2025-11-18 16:36:27 +00:00
repl-completion.nix Format .nix files 2025-01-24 17:04:02 +01:00