mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 22:42:41 +01:00
Explain various .self = false,
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
fd21f9d76e
commit
537e8719f2
3 changed files with 4 additions and 0 deletions
|
|
@ -1328,6 +1328,7 @@ StorePath LocalStore::addToStoreFromDump(Source & source0, std::string_view name
|
|||
},
|
||||
.references = {
|
||||
.others = references,
|
||||
// caller is not capable of creating a self-reference, because this is content-addressed without modulus
|
||||
.self = false,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue