mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Rename Buildable
This commit is contained in:
parent
9dfb97c987
commit
9b805d36ac
35 changed files with 165 additions and 162 deletions
|
@ -323,7 +323,7 @@ static void main_nix_build(int argc, char * * argv)
|
|||
state->printStats();
|
||||
|
||||
auto buildPaths = [&](const std::vector<StorePathWithOutputs> & paths0) {
|
||||
auto paths = toBuildableReqs(paths0);
|
||||
auto paths = toDerivedPaths(paths0);
|
||||
/* Note: we do this even when !printMissing to efficiently
|
||||
fetch binary cache data. */
|
||||
uint64_t downloadSize, narSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue