|
Nix 2.34.6
Nix, the purely functional package manager: C API (experimental)
|
Stores an under-construction set of bindings. More...
#include <nix_api_value.h>
Stores an under-construction set of bindings.
Each builder can only be used once. After calling nix_make_attrs(), the builder becomes invalid and must not be used again. Call nix_bindings_builder_free() to release it.
Typical usage pattern: