1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 09:49:36 +01:00

Merge branch 'overlayfs-store' into delete

This commit is contained in:
John Ericson 2023-07-26 12:01:08 -04:00
commit 621bdbdb31
9 changed files with 108 additions and 8 deletions

View file

@ -653,7 +653,7 @@ void LocalStore::collectGarbage(const GCOptions & options, GCResults & results)
results.paths.insert(path);
uint64_t bytesFreed;
deleteGCPath(realPath, bytesFreed);
deleteStorePath(realPath, bytesFreed);
results.bytesFreed += bytesFreed;