Merge branch 'master' into ignore-try

This commit is contained in:
Ben Burdette
2022-07-11 11:29:22 -06:00
committed by GitHub
83 changed files with 843 additions and 291 deletions
+2 -1
View File
@@ -117,12 +117,13 @@ struct InstallablesCommand : virtual Args, SourceExprCommand
InstallablesCommand();
void prepare() override;
Installables load();
virtual bool useDefaultInstallables() { return true; }
std::optional<FlakeRef> getFlakeRefForCompletion() override;
private:
protected:
std::vector<std::string> _installables;
};