mirror of
https://github.com/NixOS/nix
synced 2025-06-29 19:03:16 +02:00
* `nix-store --realise': print what paths will be built/downloaded,
just like nix-env. * `nix-store --realise': --dry-run option.
This commit is contained in:
parent
42043953c3
commit
a1d310b6b5
4 changed files with 50 additions and 37 deletions
|
@ -26,6 +26,8 @@ namespace nix {
|
|||
Path makeRootName(const Path & gcRoot, int & counter);
|
||||
void printGCWarning();
|
||||
|
||||
void printMissing(const PathSet & paths);
|
||||
|
||||
unsigned long long getIntArg(const string & opt,
|
||||
Strings::iterator & i, const Strings::iterator & end);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue