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:
parent
184443d18d
commit
df43c1e5b9
2 changed files with 15 additions and 7 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue