Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
command-installable-value.hh
Go to the documentation of this file.
1#pragma once
3
5#include "command.hh"
6
7namespace nix {
8
13struct InstallableValueCommand : InstallableCommand
14{
18 virtual void run(ref<Store> store, ref<InstallableValue> installable) = 0;
19
20 void run(ref<Store> store, ref<Installable> installable) override;
21};
22
23}
Definition ref.hh:15
ChunkedVector< std::string, 8192 > store
Definition lexer.l:1011
Definition command-installable-value.hh:14
virtual void run(ref< Store > store, ref< InstallableValue > installable)=0
void run() override
Definition command.cc:69