mirror of
https://github.com/NixOS/nix
synced 2025-07-03 02:01:48 +02:00
repl: use installables
This commit is contained in:
parent
81567a0962
commit
5640b52834
5 changed files with 48 additions and 20 deletions
|
@ -131,6 +131,7 @@ struct Installable
|
|||
OperateOn operateOn,
|
||||
const std::vector<std::shared_ptr<Installable>> & installables);
|
||||
};
|
||||
typedef std::vector<std::shared_ptr<Installable>> Installables;
|
||||
|
||||
struct InstallableValue : Installable
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue