mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 05:00:58 +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> |
||
|---|---|---|
| .. | ||
| ca | ||
| ia | ||
| invariants | ||
| bad-old-version-dyn-deps.drv | ||
| bad-version.drv | ||
| dyn-dep-derivation.drv | ||
| dyn-dep-derivation.json | ||
| firefox.drv | ||
| hello.drv | ||
| output-caFixedFlat.json | ||
| output-caFixedNAR.json | ||
| output-caFixedText.json | ||
| output-caFloating.json | ||
| output-deferred.json | ||
| output-impure.json | ||
| output-inputAddressed.json | ||
| simple-derivation.drv | ||
| simple-derivation.json | ||