mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
nix derivation add: Remove reference to "installable"
It doesn't operate on an installable, so don't mention it.
This commit is contained in:
parent
8321fe7c2b
commit
65f138f669
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…
Reference in a new issue