mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
nix derivation add: Remove reference to "installable"
It doesn't operate on an installable, so don't mention it.
(cherry picked from commit 65f138f669
)
This commit is contained in:
parent
e0c8b0fc4f
commit
bcf34e89c0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ R""(
|
|||
# Description
|
||||
|
||||
This command reads from standard input a JSON representation of a
|
||||
[store derivation] to which an [*installable*](./nix.md#installables) evaluates.
|
||||
[store derivation].
|
||||
|
||||
Store derivations are used internally by Nix. They are store paths with
|
||||
extension `.drv` that represent the build-time dependency graph to which
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue