1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 02:58:27 +02:00

Create nix derivation add command

Also refine `nix derivation show`'s docs very slightly.
This commit is contained in:
John Ericson 2023-02-17 18:37:35 -05:00
parent 27597f8131
commit 59e0728714
6 changed files with 108 additions and 4 deletions

View file

@ -102,6 +102,8 @@ nix_tests = \
eval-store.sh \
why-depends.sh \
ca/why-depends.sh \
derivation-json.sh \
ca/derivation-json.sh \
import-derivation.sh \
ca/import-derivation.sh \
nix_path.sh \