|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Attributes | |
| PathSet | paths |
| PathSet | kept |
| uint64_t | bytesFreed = 0 |
| uint64_t nix::GCResults::bytesFreed = 0 |
For gcReturnDead, gcDeleteDead and gcDeleteSpecific, the number of bytes that would be or was freed.
| PathSet nix::GCResults::kept |
If the action was gcTryDeleteSpecific, the paths that were not deleted because they are still live.
| PathSet nix::GCResults::paths |
Depending on the action, the GC roots, or the paths that would be or have been deleted.