mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 05:51:05 +01:00
Cleanup
This commit is contained in:
parent
0884f180f5
commit
4c3c638a05
9 changed files with 145 additions and 123 deletions
|
|
@ -571,6 +571,14 @@ StorePathSet toDerivations(ref<Store> store,
|
|||
return drvPaths;
|
||||
}
|
||||
|
||||
InstallablesCommand::InstallablesCommand()
|
||||
{
|
||||
expectArgs({
|
||||
.label = "installables",
|
||||
.handler = {&_installables},
|
||||
});
|
||||
}
|
||||
|
||||
void InstallablesCommand::prepare()
|
||||
{
|
||||
if (_installables.empty() && useDefaultInstallables())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue