mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
C API: rename nix_store_build -> nix_store_realise
This commit is contained in:
parent
1093ab64a2
commit
34d15e8f2f
3 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ TEST_F(nix_api_expr_test, nix_build_drv)
|
|||
StorePath * outStorePath = nix_store_parse_path(ctx, store, outPath);
|
||||
ASSERT_EQ(false, nix_store_is_valid_path(nullptr, store, outStorePath));
|
||||
|
||||
nix_store_build(ctx, store, drvStorePath, nullptr, nullptr);
|
||||
nix_store_realise(ctx, store, drvStorePath, nullptr, nullptr);
|
||||
|
||||
// TODO figure out why fails.
|
||||
// `make libexpr-tests_RUN` works, but `nix build .` fails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue