1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Merge pull request #11514 from DeterminateSystems/fix-derivation-add

nix derivation add: Remove reference to "installable"
This commit is contained in:
Eelco Dolstra 2024-09-17 13:12:12 +02:00 committed by GitHub
commit 3fb6605d3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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