mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-18 09:06:47 +02:00
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
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:
parent
1eb19dd804
commit
09416ef023
2 changed files with 4 additions and 0 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue