1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04: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:
Eelco Dolstra 2024-09-17 12:37:33 +02:00
parent 8321fe7c2b
commit 65f138f669

View file

@ -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