|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Types | |
| typedef std::vector< PrimOp > | PrimOps |
Public Member Functions | |
| RegisterPrimOp (PrimOp &&primOp) | |
Static Public Attributes | |
| static PrimOps * | primOps |
| nix::RegisterPrimOp::RegisterPrimOp | ( | PrimOp && | primOp | ) |
You can register a constant by passing an arity of 0. fun will get called during EvalState initialization, so there may be primops not yet added and builtins is not yet sorted.