mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
Fix verbosity level for nix build --dry-run
This commit is contained in:
parent
fe38fce2d8
commit
7a108d904e
4 changed files with 16 additions and 16 deletions
|
@ -35,11 +35,11 @@ void printGCWarning();
|
|||
|
||||
class Store;
|
||||
|
||||
void printMissing(ref<Store> store, const PathSet & paths);
|
||||
void printMissing(ref<Store> store, const PathSet & paths, Verbosity lvl = lvlInfo);
|
||||
|
||||
void printMissing(ref<Store> store, const PathSet & willBuild,
|
||||
const PathSet & willSubstitute, const PathSet & unknown,
|
||||
unsigned long long downloadSize, unsigned long long narSize);
|
||||
unsigned long long downloadSize, unsigned long long narSize, Verbosity lvl = lvlInfo);
|
||||
|
||||
string getArg(const string & opt,
|
||||
Strings::iterator & i, const Strings::iterator & end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue