aboutsummaryrefslogtreecommitdiff
path: root/src/nix/derivation-add.md
blob: f116681ab3a3509330788009df03653d238ac6cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
R""(

# Description

This command reads from standard input a JSON representation of a
[store derivation] to which an [*installable*](./nix.md#installables) 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.

[store derivation]: ../../glossary.md#gloss-store-derivation

The JSON format is documented under the [`derivation show`] command.

[`derivation show`]: ./nix3-derivation-show.md

)""