mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
remove redundant and outdated example from libexpr-c
documentation
This commit is contained in:
parent
303268bb71
commit
142222030c
2 changed files with 2 additions and 20 deletions
|
@ -27,7 +27,7 @@ appreciated.
|
|||
The following examples, for simplicity, don't include error handling. See the
|
||||
[Handling errors](@ref errors) section for more information.
|
||||
|
||||
# Embedding the Nix Evaluator
|
||||
# Embedding the Nix Evaluator{#nix_evaluator_example}
|
||||
|
||||
In this example we programmatically start the Nix language evaluator with a
|
||||
dummy store (that has no store paths and cannot be written to), and evaluate the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue