Introspect Node Derivation Paths
Returns a dictionary mapping each node name to its low-level Nix store derivation (.drv) path.
Pipeline
A dictionary of [node_name: drv_path] strings.
p = pipeline { a = 1 } pipeline_to_drv(p)