1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-01 12:37:59 +02:00

libstore: add C bindings

This commit is contained in:
Yorick van Pelt 2023-07-14 15:53:01 +02:00 committed by José Luis Lafuente
parent 4702317506
commit 1d41600498
No known key found for this signature in database
GPG key ID: 8A3455EBE455489A
4 changed files with 248 additions and 0 deletions

View file

@ -404,6 +404,7 @@ void assertLibStoreInitialized() {
}
void initLibStore() {
if (initLibStoreDone) return;
initLibUtil();