pipeline_gc

Garbage Collect Pipeline Nodes

Calls nix-store –delete on the store paths of a pipeline’s nodes.

Parameters

Returns

A DataFrame with columns node (String), store_path (String), and deleted (Bool).

Examples

pipeline_gc(p, dry_run=true)