mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +02:00
doc, src: Fix various spelling typos
Signed-off-by: Jordan Justen <jljusten@gmail.com>
This commit is contained in:
parent
08deebddf2
commit
3b6cf350e7
7 changed files with 7 additions and 8 deletions
|
@ -86,7 +86,7 @@ static RegisterPrimOp primop_unsafeDiscardOutputDependency({
|
|||
|
||||
This is the opposite of [`builtins.addDrvOutputDependencies`](#builtins-addDrvOutputDependencies).
|
||||
|
||||
This is unsafe because it allows us to "forget" store objects we would have otherwise refered to with the string context,
|
||||
This is unsafe because it allows us to "forget" store objects we would have otherwise referred to with the string context,
|
||||
whereas Nix normally tracks all dependencies consistently.
|
||||
Safe operations "grow" but never "shrink" string contexts.
|
||||
[`builtins.addDrvOutputDependencies`] in contrast is safe because "derivation deep" string context element always refers to the underlying derivation (among many more things).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue