nix build: Only download the requested derivation outputs

Also some refactoring.
This commit is contained in:
Eelco Dolstra 2017-09-10 15:58:30 +02:00
parent 3ed8290e53
commit ad228d84e5
5 changed files with 52 additions and 18 deletions

View file

@ -90,7 +90,7 @@ struct CmdRun : InstallablesCommand
void run(ref<Store> store) override
{
auto outPaths = toStorePaths(store, Build);
auto outPaths = toStorePaths(store, Build, installables);
auto accessor = store->getFSAccessor();