1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Merge pull request #10724 from prednaz/libexpr-c_example

remove redundant and outdated example from `libexpr-c` documentation
This commit is contained in:
Robert Hensing 2024-05-22 12:59:14 +02:00 committed by GitHub
commit bd7a074636
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 20 deletions

View file

@ -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