1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-12 12:01:05 +01:00

C API: (breaking) remove nix-flake-c global init

(cherry picked from commit 6a192ec0cd)
This commit is contained in:
Robert Hensing 2025-03-26 08:59:05 +00:00 committed by Mergify
parent 4642570e79
commit f07e4e27ce
12 changed files with 124 additions and 69 deletions

View file

@ -44,6 +44,7 @@ sources = files(
'flake/flake.cc',
'flake/flakeref.cc',
'flake/lockfile.cc',
'flake/flake-primops.cc',
'flake/settings.cc',
'flake/url-name.cc',
)