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:
parent
7534798eed
commit
e1f308a1ec
2 changed files with 17 additions and 1 deletions
|
@ -120,7 +120,7 @@ struct InstallablesCommand : virtual Args, SourceExprCommand
|
|||
|
||||
std::optional<FlakeRef> getFlakeRefForCompletion() override;
|
||||
|
||||
private:
|
||||
protected:
|
||||
|
||||
std::vector<std::string> _installables;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue