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