mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
C API: Value -> nix_value
See issue https://github.com/NixOS/nix/issues/10434
This commit is contained in:
parent
5d8118d9cb
commit
b94e1d6218
8 changed files with 161 additions and 155 deletions
|
@ -25,7 +25,7 @@ protected:
|
|||
}
|
||||
|
||||
EvalState * state;
|
||||
Value * value;
|
||||
nix_value * value;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue