1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00

repl: provide backward compat with legacy usage

This commit is contained in:
Tom Bereknyei 2022-05-18 22:28:15 -04:00
parent 7534798eed
commit e1f308a1ec
2 changed files with 17 additions and 1 deletions

View file

@ -120,7 +120,7 @@ struct InstallablesCommand : virtual Args, SourceExprCommand
std::optional<FlakeRef> getFlakeRefForCompletion() override;
private:
protected:
std::vector<std::string> _installables;
};