mirror of
https://github.com/NixOS/nix
synced 2025-07-21 04:09:44 +02:00
Use named field initialization for references
This commit is contained in:
parent
8623143921
commit
6a168254ce
15 changed files with 34 additions and 26 deletions
|
@ -79,7 +79,7 @@ DownloadFileResult downloadFile(
|
|||
.method = FileIngestionMethod::Flat,
|
||||
.hash = hash,
|
||||
},
|
||||
{},
|
||||
.references = {},
|
||||
},
|
||||
},
|
||||
hashString(htSHA256, sink.s),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue