1
0
Fork 0
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:
Eelco Dolstra 2024-09-17 12:37:33 +02:00 committed by Mergify
parent e0c8b0fc4f
commit bcf34e89c0

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