mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
Fix derivation primop
This commit is contained in:
parent
cbfbf71e08
commit
acd6bddec7
3 changed files with 20 additions and 9 deletions
|
@ -277,6 +277,8 @@ private:
|
|||
|
||||
Value * addConstant(const string & name, Value & v);
|
||||
|
||||
void addConstant(const string & name, Value * v);
|
||||
|
||||
constexpr static size_t maxPrimOpArity = 3;
|
||||
|
||||
Value * addPrimOp(const string & name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue