Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::GCResults Struct Reference

Public Attributes

PathSet paths
PathSet kept
uint64_t bytesFreed = 0

Member Data Documentation

◆ bytesFreed

uint64_t nix::GCResults::bytesFreed = 0

For gcReturnDead, gcDeleteDead and gcDeleteSpecific, the number of bytes that would be or was freed.

◆ kept

PathSet nix::GCResults::kept

If the action was gcTryDeleteSpecific, the paths that were not deleted because they are still live.

◆ paths

PathSet nix::GCResults::paths

Depending on the action, the GC roots, or the paths that would be or have been deleted.


The documentation for this struct was generated from the following file: