mirror of
https://github.com/NixOS/nix
synced 2025-07-02 21:51:50 +02:00
More designated initializers
This commit is contained in:
parent
2f0e395c99
commit
911fc88bcb
6 changed files with 19 additions and 10 deletions
|
@ -3764,7 +3764,10 @@ void DerivationGoal::registerOutputs()
|
|||
else
|
||||
assert(worker.store.parseStorePath(path) == dest);
|
||||
|
||||
ca = FixedOutputHash { i.second.hash->method, h2 };
|
||||
ca = FixedOutputHash {
|
||||
.method = i.second.hash->method,
|
||||
.hash = h2,
|
||||
};
|
||||
}
|
||||
|
||||
/* Get rid of all weird permissions. This also checks that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue