mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 20:16:03 +01: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