1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 04:00:59 +01:00

Before adjusting getStateReferencesClosure_

This commit is contained in:
Wouter den Breejen 2007-06-13 16:18:42 +00:00
parent 184443d18d
commit df43c1e5b9
2 changed files with 15 additions and 7 deletions

View file

@ -318,7 +318,10 @@ void run(Strings args)
//store->updateAllStateDerivations();
//return;
PathSet paths = store->getStateReferencesClosure("/nix/store/928dd2wl5cgqg10hzc3aj4rqaips6bdk-hellohardcodedstateworld-dep1-1.0.drv");
PathSet paths
storePathRequisites("", false, paths);
//PathSet paths = store->getStateReferencesClosure("/nix/store/928dd2wl5cgqg10hzc3aj4rqaips6bdk-hellohardcodedstateworld-dep1-1.0.drv");
return;
/* test */