mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 15:02:42 +01:00
Don't set a CA assertion for paths with references
Really fixes #2133.
(cherry picked from commit c717d8e3bd)
This commit is contained in:
parent
686241825c
commit
f97e3a24ff
1 changed files with 2 additions and 0 deletions
|
|
@ -3235,6 +3235,8 @@ void DerivationGoal::registerOutputs()
|
|||
info.ultimate = true;
|
||||
worker.store.signPathInfo(info);
|
||||
|
||||
if (!info.references.empty()) info.ca.clear();
|
||||
|
||||
infos.push_back(info);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue