lix/src/nix/derivation-add.md
John Ericson 59e0728714 Create nix derivation add command
Also refine `nix derivation show`'s docs very slightly.
2023-04-07 08:34:58 -04:00

527 B

R""(

Description

This command reads from standard input a JSON representation of a store derivation to which an installable evaluates.

Store derivations are used internally by Nix. They are store paths with extension .drv that represent the build-time dependency graph to which a Nix expression evaluates.

The JSON format is documented under the derivation show command.

)""