mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
tests/unit/libexpr: Enable nix_store_realise test, and add docs
This commit is contained in:
parent
94d9819bdc
commit
48808a5320
2 changed files with 9 additions and 6 deletions
|
@ -111,7 +111,9 @@ bool nix_store_is_valid_path(nix_c_context * context, Store * store, StorePath *
|
|||
/**
|
||||
* @brief Realise a Nix store path
|
||||
*
|
||||
* Blocking, calls callback once for each realised output
|
||||
* Blocking, calls callback once for each realised output.
|
||||
*
|
||||
* @note When working with expressions, consider using e.g. nix_string_realise to get the output. `.drvPath` may not be accurate or available in the future. See https://github.com/NixOS/nix/issues/6507
|
||||
*
|
||||
* @param[out] context Optional, stores error information
|
||||
* @param[in] store Nix Store reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue