1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 22:42:41 +01:00

Move libflake/flake/* to libflake

(cherry picked from commit bc67e47298)
This commit is contained in:
Eelco Dolstra 2025-04-23 17:11:55 +02:00 committed by Mergify
parent 06cc94432e
commit 5a2ee1b952
9 changed files with 12 additions and 12 deletions

View file

@ -39,13 +39,13 @@ foreach header : [
endforeach
sources = files(
'flake/config.cc',
'flake/flake.cc',
'flake/flakeref.cc',
'flake/lockfile.cc',
'flake/flake-primops.cc',
'flake/settings.cc',
'flake/url-name.cc',
'config.cc',
'flake.cc',
'flakeref.cc',
'lockfile.cc',
'flake-primops.cc',
'settings.cc',
'url-name.cc',
)
subdir('include/nix/flake')