fix system and home command groups
Some checks failed
CI / Check Cachix and Docker secrets present for installer tests (push) Has been cancelled
CI / vm_tests (push) Has been cancelled
CI / installer (push) Has been cancelled
CI / tests (macos-latest) (push) Has been cancelled
CI / tests (ubuntu-latest) (push) Has been cancelled
CI / installer_test (macos-latest) (push) Has been cancelled
CI / installer_test (ubuntu-latest) (push) Has been cancelled
CI / docker_push_image (push) Has been cancelled
CI / flake_regressions (push) Has been cancelled

This commit is contained in:
Max Headroom 2024-12-04 19:58:46 +01:00
parent 1eb19dd804
commit 09416ef023
2 changed files with 4 additions and 0 deletions

View file

@ -75,6 +75,7 @@ add_project_arguments(
subdir('build-utils-meson/diagnostics')
sources = files(
'activatables.cc',
'built-path.cc',
'command-installable-value.cc',
'command.cc',
@ -97,6 +98,7 @@ sources = files(
include_dirs = [include_directories('.')]
headers = [config_h] + files(
'activatables.hh',
'built-path.hh',
'command-installable-value.hh',
'command.hh',

View file

@ -90,6 +90,7 @@ nix_sources = [config_h] + files(
'flake.cc',
'fmt.cc',
'hash.cc',
'home.cc',
'log.cc',
'ls.cc',
'main.cc',
@ -112,6 +113,7 @@ nix_sources = [config_h] + files(
'store-info.cc',
'store-repair.cc',
'store.cc',
'system.cc',
'upgrade-nix.cc',
'verify.cc',
'why-depends.cc',