mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
printMissing(): Propagate store argument
This commit is contained in:
parent
ca6d287b33
commit
9f14d7d33a
3 changed files with 5 additions and 5 deletions
|
@ -35,7 +35,7 @@ void printGCWarning();
|
|||
|
||||
void printMissing(StoreAPI & store, const PathSet & paths);
|
||||
|
||||
void printMissing(const PathSet & willBuild,
|
||||
void printMissing(StoreAPI & store, const PathSet & willBuild,
|
||||
const PathSet & willSubstitute, const PathSet & unknown,
|
||||
unsigned long long downloadSize, unsigned long long narSize);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue