1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-17 07:52:43 +01:00

C API: rename nix_store_build -> nix_store_realise

This commit is contained in:
José Luis Lafuente 2024-02-27 18:09:38 +01:00 committed by José Luis Lafuente
parent 1093ab64a2
commit 34d15e8f2f
No known key found for this signature in database
GPG key ID: 8A3455EBE455489A
3 changed files with 3 additions and 3 deletions

View file

@ -100,7 +100,7 @@ StorePath * nix_store_parse_path(nix_c_context * context, Store * store, const c
NIXC_CATCH_ERRS_NULL
}
nix_err nix_store_build(
nix_err nix_store_realise(
nix_c_context * context,
Store * store,
StorePath * path,