pipeline_to_store

Introspect Node Store Paths

Returns a dictionary mapping each node name to its low-level Nix store output path.

Parameters

Returns

A dictionary of [node_name: store_path] strings.

Examples

p = pipeline {
a = 1
}
pipeline_to_store(p)