6 # Write the references of `path' to a file, in order of how "popular" each
7 # reference is. Nix 2 only.
9 runCommand "closure-paths"
11 exportReferencesGraph.graph = path;
12 __structuredAttrs = true;
13 preferLocalBuild = true;
20 python3 ${./closure-graph.py} "$NIX_ATTRS_JSON_FILE" graph > ''${outputs[out]}