mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 17:59:36 +01:00
* Some refactoring. Better output with `-v' for --use-atime.
This commit is contained in:
parent
77afd97a99
commit
c987061aa4
2 changed files with 40 additions and 35 deletions
|
|
@ -167,8 +167,11 @@ private:
|
|||
|
||||
void upgradeStore12();
|
||||
|
||||
void tryToDelete(const GCOptions & options, GCResults & results,
|
||||
PathSet & done, const Path & path);
|
||||
void gcPath(const GCOptions & options, GCResults & results,
|
||||
const Path & path);
|
||||
|
||||
void gcPathRecursive(const GCOptions & options,
|
||||
GCResults & results, PathSet & done, const Path & path);
|
||||
|
||||
void startSubstituter(const Path & substituter,
|
||||
RunningSubstituter & runningSubstituter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue