mirror of
https://github.com/NixOS/nix.git
synced 2025-11-29 05:31:00 +01:00
`nix derivation add`, and its C API counterpart, now works a bit closer to `builtins.derivation` in that they don't require the user to fill-in input addressed paths correctly ahead of time. The logic for this is carefully deduplicated, between all 3 entry points, and also between the existing `checkInvariants` function. There are some more functional tests, and there are also many more unit tests. Co-authored-by: Sergei Zimmerman <sergei@zimmerman.foo> Co-authored-by: edef <edef@edef.eu> |
||
|---|---|---|
| .. | ||
| bad-depends-on-drv-pre.json | ||
| bad-env-var.json | ||
| bad-path.json | ||
| depends-on-drv-pre.json | ||
| filled-in-deferred-empty-env-var-post.json | ||
| filled-in-deferred-empty-env-var-pre.json | ||
| filled-in-deferred-no-env-var-post.json | ||
| filled-in-deferred-no-env-var-pre.json | ||
| filled-in-idempotent.json | ||