* Call computeFSClosure() directly.
[?]
Mar 4, 2010, 2:15 PM
CJTOL7Y2YVHNTXJJ5VSETTRPVPHVOMSU4LORLJGGRFITIPWRHEOQCDependencies
- [2]
BDSD2JLV* Speed up manifest generation. - [3]
TPDJL4TY* Add derivations and all build-time dependencies of a build to the - [4]
5NO7NCKT* Refactoring. - [5]
IWVA2P2Y* Generate manifests on demand. Next step: generate NAR archives on - [6]
2JQ7WEFM
Change contents
- edit in src/lib/Hydra/View/NixManifest.pm at line 6
use Nix; - replacement in src/lib/Hydra/View/NixManifest.pm at line 16
my @paths = split '\n', `nix-store --query --requisites --include-outputs @storePaths`;die "cannot query dependencies of path(s) @storePaths: $?" if $? != 0;my @paths = Nix::computeFSClosure(0, 1, @storePaths);