mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
small additions to the documentation of nix_store_open
and nix_state_create
(#10728)
This commit is contained in:
parent
7cb3c80bb5
commit
e0bfa6c55f
2 changed files with 6 additions and 4 deletions
|
@ -140,7 +140,7 @@ nix_err nix_value_force_deep(nix_c_context * context, EvalState * state, Value *
|
|||
* @brief Create a new Nix language evaluator state.
|
||||
*
|
||||
* @param[out] context Optional, stores error information
|
||||
* @param[in] lookupPath Array of strings corresponding to entries in NIX_PATH.
|
||||
* @param[in] lookupPath Null-terminated array of strings corresponding to entries in NIX_PATH.
|
||||
* @param[in] store The Nix store to use.
|
||||
* @return A new Nix state or NULL on failure.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue