mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 00:06:16 +02:00
Remove debug line
This commit is contained in:
parent
f9c7176a87
commit
be7fd63595
2 changed files with 1 additions and 2 deletions
|
@ -78,7 +78,7 @@ struct CmdBuild : MixDryRun, InstallablesCommand
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(gitRepo)
|
if (gitRepo)
|
||||||
updateLockFile(*evalState, *gitRepo);
|
updateLockFile(*evalState, *gitRepo);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -234,7 +234,6 @@ Buildables build(ref<Store> store, RealiseMode mode,
|
||||||
PathSet pathsToBuild;
|
PathSet pathsToBuild;
|
||||||
|
|
||||||
for (auto & i : installables) {
|
for (auto & i : installables) {
|
||||||
std::cout << i->what() << std::endl;
|
|
||||||
for (auto & b : i->toBuildables()) {
|
for (auto & b : i->toBuildables()) {
|
||||||
if (b.drvPath != "") {
|
if (b.drvPath != "") {
|
||||||
StringSet outputNames;
|
StringSet outputNames;
|
||||||
|
|
Loading…
Reference in a new issue