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