nixbot

builds

clan/clan-core build #543 failed

branch main · PR #7993 · commit 166a0a167a · · took 12m 56s

eval warnings 5 kinds · 258 occurrences
  • error ×75
  • error Flake does not have 'input' named 'nixpkgs' ×75
  • warn stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead ×53
  • warn stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead ×37
  • warn stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead ×18

89 failed ⚠ 9
failed attributes
status attribute duration
failed checks.aarch64-darwin.all-packages
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
1m 57s
clan-ts-api: File "/nix/var/nix/builds/nix-55438-1015953161/clan-cli/api.py", line 19, in <module> main() ~~~~^^ File "/nix/var/nix/builds/nix-55438 …
clan-ts-api:
  File "/nix/var/nix/builds/nix-55438-1015953161/clan-cli/api.py", line 19, in <module>
    main()
    ~~~~^^
  File "/nix/var/nix/builds/nix-55438-1015953161/clan-cli/api.py", line 14, in main
    schema = API.to_json_schema()
  File "/nix/var/nix/builds/nix-55438-1015953161/clan-cli/clan_lib/api/__init__.py", line 227, in to_json_schema
    raise JSchemaTypeError(msg)
clan_lib.api.type_to_jsonschema.JSchemaTypeError: Return type of function 'list_machines' is not a union type. Expected a union of Success and Error types.Hint: When using dataclasses as return types, ensure they don't contain public fields with non-serializable types
failed checks.aarch64-darwin.clan-pytest-without-core
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
21s
clan-pytest-without-core: 0.22s call clan_lib/nix/tests/test_nix_invocations.py::test_resolve_package_uses_main_program_from_meta 0.21s call clan_lib/ni …
clan-pytest-without-core:
0.22s call     clan_lib/nix/tests/test_nix_invocations.py::test_resolve_package_uses_main_program_from_meta
0.21s call     clan_lib/nix/tests/test_nix_invocations.py::test_resolve_single_package_cache_hit_skips_gcroot_creation
0.21s call     clan_lib/nix/tests/test_nix_invocations.py::test_resolve_package_returns_resolved_package
0.21s call     clan_lib/persist/migrations/test_services.py::test_run_inventory_migrations_writes_file
0.20s call     clan_cli/tests/test_git.py::test_clan_flake_in_subdir
=========================== short test summary info ============================
FAILED clan_cli/tests/test_api_dataclass_compat.py::test_all_dataclasses - clan_lib.errors.ClanError: /nix/var/nix/builds/nix-52093-1360948238/src/cla...
================== 1 failed, 344 passed, 15 skipped in 2.87s ===================
failed checks.aarch64-darwin.eval-tests
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
6m 34s
evalCheck-eval-tests-installer: 52| config.self.inputs.${spec.input} or (throw "Flake does not have 'input' named '${spec.input}'"); …
evalCheck-eval-tests-installer:
           52|         config.self.inputs.${spec.input} or (throw "Flake does not have 'input' named '${spec.input}'");
             |                                              ^
           53|     in
       error: Flake does not have 'input' named 'nixpkgs'
😢 0/2 successful
error: Tests failed
Eval check failed. To re-run this test:
  nix build .#legacyPackages.aarch64-darwin.evalCheck-eval-tests-installer

evalCheck-eval-tests-syncthing:
           52|         config.self.inputs.${spec.input} or (throw "Flake does not have 'input' named '${spec.input}'");
             |                                              ^
           53|     in
       error: Flake does not have 'input' named 'nixpkgs'
😢 0/2 successful
error: Tests failed
Eval check failed. To re-run this test:
  nix build .#legacyPackages.aarch64-darwin.evalCheck-eval-tests-syncthing

evalCheck-eval-tests-zerotier:
           52|         config.self.inputs.${spec.input} or (throw "Flake does not have 'input' named '${spec.input}'");
             |                                              ^
           53|     in
       error: Flake does not have 'input' named 'nixpkgs'
😢 0/10 successful
error: Tests failed
Eval check failed. To re-run this test:
  nix build .#legacyPackages.aarch64-darwin.evalCheck-eval-tests-zerotier

… and 3 more failed derivations
failed checks.aarch64-darwin.treefmt
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
18s
treefmt-check: clan_lib/services/modules_test.py:274: error: Missing key "nixpkgs" for TypedDict "InventoryInput" [typeddict-item] clan_lib/services/modules_te …
treefmt-check:
clan_lib/services/modules_test.py:274: error: Missing key "nixpkgs" for TypedDict "InventoryInput"  [typeddict-item]
clan_lib/services/modules_test.py:306: error: Missing key "nixpkgs" for TypedDict "InventoryInput"  [typeddict-item]
clan_lib/services/modules_test.py:341: error: Missing key "nixpkgs" for TypedDict "InventoryInput"  [typeddict-item]
Found 5 errors in 2 files (checked 316 source files)
traversed 1079 files
emitted 917 files for processing
formatted 355 files (8 changed) in 11.203s
Error: failed to finalise formatting: formatting failures detected
failed checks.aarch64-linux.all-packages
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
1m 48s
clan-ts-api: File "/build/clan-cli/api.py", line 19, in <module> main() ~~~~^^ File "/build/clan-cli/api.py", line 14, in main schema = API.to_j …
clan-ts-api:
  File "/build/clan-cli/api.py", line 19, in <module>
    main()
    ~~~~^^
  File "/build/clan-cli/api.py", line 14, in main
    schema = API.to_json_schema()
  File "/build/clan-cli/clan_lib/api/__init__.py", line 227, in to_json_schema
    raise JSchemaTypeError(msg)
clan_lib.api.type_to_jsonschema.JSchemaTypeError: Return type of function 'list_machines' is not a union type. Expected a union of Success and Error types.Hint: When using dataclasses as return types, ensure they don't contain public fields with non-serializable types
failed checks.aarch64-linux.clan-pytest-with-core
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
2m 0s
clan-pytest-with-core: ++ local hookName=failureHook ++ declare -F failureHook ++ type -p failureHook ++ '[' -n '' ']' ++ return 0 + return 0 + '[' -n '' ']' + …
clan-pytest-with-core:
++ local hookName=failureHook
++ declare -F failureHook
++ type -p failureHook
++ '[' -n '' ']'
++ return 0
+ return 0
+ '[' -n '' ']'
+ return 1
failed checks.aarch64-linux.eval-tests
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
41s
evalCheck-eval-tests-installer: 52| config.self.inputs.${spec.input} or (throw "Flake does not have 'input' named '${spec.input}'"); …
evalCheck-eval-tests-installer:
           52|         config.self.inputs.${spec.input} or (throw "Flake does not have 'input' named '${spec.input}'");
             |                                              ^
           53|     in
       error: Flake does not have 'input' named 'nixpkgs'
😢 0/2 successful
error: Tests failed
Eval check failed. To re-run this test:
  nix build .#legacyPackages.aarch64-linux.evalCheck-eval-tests-installer

evalCheck-eval-tests-syncthing:
           52|         config.self.inputs.${spec.input} or (throw "Flake does not have 'input' named '${spec.input}'");
             |                                              ^
           53|     in
       error: Flake does not have 'input' named 'nixpkgs'
😢 0/2 successful
error: Tests failed
Eval check failed. To re-run this test:
  nix build .#legacyPackages.aarch64-linux.evalCheck-eval-tests-syncthing

evalCheck-eval-tests-zerotier:
           52|         config.self.inputs.${spec.input} or (throw "Flake does not have 'input' named '${spec.input}'");
             |                                              ^
           53|     in
       error: Flake does not have 'input' named 'nixpkgs'
😢 0/10 successful
error: Tests failed
Eval check failed. To re-run this test:
  nix build .#legacyPackages.aarch64-linux.evalCheck-eval-tests-zerotier

… and 3 more failed derivations
failed checks.x86_64-linux.all-packages
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
1m 2s
clan-ts-api: File "/build/clan-cli/api.py", line 19, in <module> main() ~~~~^^ File "/build/clan-cli/api.py", line 14, in main schema = API.to_j …
clan-ts-api:
  File "/build/clan-cli/api.py", line 19, in <module>
    main()
    ~~~~^^
  File "/build/clan-cli/api.py", line 14, in main
    schema = API.to_json_schema()
  File "/build/clan-cli/clan_lib/api/__init__.py", line 227, in to_json_schema
    raise JSchemaTypeError(msg)
clan_lib.api.type_to_jsonschema.JSchemaTypeError: Return type of function 'list_machines' is not a union type. Expected a union of Success and Error types.Hint: When using dataclasses as return types, ensure they don't contain public fields with non-serializable types
failed checks.x86_64-linux.clan-pytest-with-core
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
1m 14s
clan-pytest-with-core: ++ local hookName=failureHook ++ declare -F failureHook ++ type -p failureHook ++ '[' -n '' ']' ++ return 0 + return 0 + '[' -n '' ']' + …
clan-pytest-with-core:
++ local hookName=failureHook
++ declare -F failureHook
++ type -p failureHook
++ '[' -n '' ']'
++ return 0
+ return 0
+ '[' -n '' ']'
+ return 1
failed eval checks.aarch64-linux.admin
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.client.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.client.hardware.facter.enable':

       … while evaluating the option `containers.client.hardware.facter.report':

       … while evaluating the option `containers.client.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.client.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.borgbackup
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.clientone.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.clientone.hardware.facter.enable':

       … while evaluating the option `containers.clientone.hardware.facter.report':

       … while evaluating the option `containers.clientone.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.clientone.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.certificates
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.ca.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.ca.hardware.facter.enable':

       … while evaluating the option `containers.ca.hardware.facter.report':

       … while evaluating the option `containers.ca.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.ca.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed checks.aarch64-linux.clan-pytest-without-core 24s
clan-pytest-without-core: 1.78s setup clan_lib/ssh/remote_test.py::test_run_function 1.66s setup clan_lib/ssh/remote_test.py::test_run 1.30s call clan …
clan-pytest-without-core:
1.78s setup    clan_lib/ssh/remote_test.py::test_run_function
1.66s setup    clan_lib/ssh/remote_test.py::test_run
1.30s call     clan_lib/sandbox_exec/tests/test_sandbox_cmd.py::test_sandbox_works_returns_true_on_linux
1.21s call     clan_lib/ssh/create_test.py::test_clan_generate_sshkeys
1.20s call     clan_lib/sandbox_exec/tests/test_bubblewrap_exec.py::test_bubblewrap_rw_bind_is_writable
=========================== short test summary info ============================
FAILED clan_cli/tests/test_api_dataclass_compat.py::test_all_dataclasses - clan_lib.errors.ClanError: /build/src/clan_cli/tests/test_api_dataclass_com...
=================== 1 failed, 376 passed, 1 skipped in 9.19s ===================
failed eval checks.aarch64-linux.data-mesher
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.alpha.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.alpha.hardware.facter.enable':

       … while evaluating the option `containers.alpha.hardware.facter.report':

       … while evaluating the option `containers.alpha.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.alpha.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.dm-dns
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.client.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.client.hardware.facter.enable':

       … while evaluating the option `containers.client.hardware.facter.report':

       … while evaluating the option `containers.client.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.client.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.dyndns
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.server.hardware.facter.enable':

       … while evaluating the option `containers.server.hardware.facter.report':

       … while evaluating the option `containers.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.garage
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.server.hardware.facter.enable':

       … while evaluating the option `containers.server.hardware.facter.report':

       … while evaluating the option `containers.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.hello-service
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.peer1.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.peer1.hardware.facter.enable':

       … while evaluating the option `containers.peer1.hardware.facter.report':

       … while evaluating the option `containers.peer1.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.peer1.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.kde
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.client.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.client.hardware.facter.enable':

       … while evaluating the option `containers.client.hardware.facter.report':

       … while evaluating the option `containers.client.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.client.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.localbackup
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.machine.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.machine.hardware.facter.enable':

       … while evaluating the option `containers.machine.hardware.facter.report':

       … while evaluating the option `containers.machine.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.machine.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.machine-id
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.server.hardware.facter.enable':

       … while evaluating the option `containers.server.hardware.facter.report':

       … while evaluating the option `containers.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.matrix-synapse
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.machine.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.machine.hardware.facter.enable':

       … while evaluating the option `containers.machine.hardware.facter.report':

       … while evaluating the option `containers.machine.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.machine.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.monitoring
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.machine1.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.machine1.hardware.facter.enable':

       … while evaluating the option `containers.machine1.hardware.facter.report':

       … while evaluating the option `containers.machine1.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.machine1.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.mycelium
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.server.hardware.facter.enable':

       … while evaluating the option `nodes.server.hardware.facter.report':

       … while evaluating the option `nodes.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.ncps
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.alice.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.alice.hardware.facter.enable':

       … while evaluating the option `nodes.alice.hardware.facter.report':

       … while evaluating the option `nodes.alice.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.alice.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.nixos-documentation
error: … while evaluating a branch condition at «string»:25:5: 24| v: 25| if !builtins.isAttrs v || isDrv v then …
error:
       … while evaluating a branch condition
         at «string»:25:5:
           24|     v:
           25|     if !builtins.isAttrs v || isDrv v then
             |     ^
           26|       v

       … in the left operand of the OR (||) operator
         at «string»:25:28:
           24|     v:
           25|     if !builtins.isAttrs v || isDrv v then
             |                            ^
           26|       v

       … while evaluating definitions from `/nix/store/s0fpxz3rvfip9bc50wfmwpigxiyl6nkg-source/modules/transposition.nix':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/checks/nixos-documentation/flake-module.nix, via option perSystem':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/modules/clan/module.nix':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.nixos-test-password-store-mounts
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.machine.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.machine.hardware.facter.enable':

       … while evaluating the option `nodes.machine.hardware.facter.report':

       … while evaluating the option `nodes.machine.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.machine.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.p2p-ssh-iroh
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.client.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.client.hardware.facter.enable':

       … while evaluating the option `containers.client.hardware.facter.report':

       … while evaluating the option `containers.client.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.client.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.packages
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.server.hardware.facter.enable':

       … while evaluating the option `containers.server.hardware.facter.report':

       … while evaluating the option `containers.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.pki
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.caddy.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.caddy.hardware.facter.enable':

       … while evaluating the option `nodes.caddy.hardware.facter.report':

       … while evaluating the option `nodes.caddy.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.caddy.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.postgresql
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.machine.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.machine.hardware.facter.enable':

       … while evaluating the option `containers.machine.hardware.facter.report':

       … while evaluating the option `containers.machine.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.machine.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.service-dummy-test
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.admin1.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.admin1.hardware.facter.enable':

       … while evaluating the option `containers.admin1.hardware.facter.report':

       … while evaluating the option `containers.admin1.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.admin1.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.service-dummy-test-from-flake
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.admin1.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.admin1.hardware.facter.enable':

       … while evaluating the option `containers.admin1.hardware.facter.report':

       … while evaluating the option `containers.admin1.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.admin1.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.sshd
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.client.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.client.hardware.facter.enable':

       … while evaluating the option `containers.client.hardware.facter.report':

       … while evaluating the option `containers.client.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.client.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.sshd-no-ca
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.client.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.client.hardware.facter.enable':

       … while evaluating the option `containers.client.hardware.facter.report':

       … while evaluating the option `containers.client.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.client.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.state-version
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.server.hardware.facter.enable':

       … while evaluating the option `containers.server.hardware.facter.report':

       … while evaluating the option `containers.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.syncthing-service
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.machine1.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.machine1.hardware.facter.enable':

       … while evaluating the option `containers.machine1.hardware.facter.report':

       … while evaluating the option `containers.machine1.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.machine1.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed checks.aarch64-linux.treefmt 28s
treefmt-check: clan_lib/services/modules_test.py:274: error: Missing key "nixpkgs" for TypedDict "InventoryInput" [typeddict-item] clan_lib/services/modules_te …
treefmt-check:
clan_lib/services/modules_test.py:274: error: Missing key "nixpkgs" for TypedDict "InventoryInput"  [typeddict-item]
clan_lib/services/modules_test.py:306: error: Missing key "nixpkgs" for TypedDict "InventoryInput"  [typeddict-item]
clan_lib/services/modules_test.py:341: error: Missing key "nixpkgs" for TypedDict "InventoryInput"  [typeddict-item]
Found 5 errors in 2 files (checked 316 source files)
traversed 1079 files
emitted 917 files for processing
formatted 355 files (8 changed) in 17.671s
Error: failed to finalise formatting: formatting failures detected
failed eval checks.aarch64-linux.trusted-nix-caches
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.server.hardware.facter.enable':

       … while evaluating the option `containers.server.hardware.facter.report':

       … while evaluating the option `containers.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.users
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.server.hardware.facter.enable':

       … while evaluating the option `containers.server.hardware.facter.report':

       … while evaluating the option `containers.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.wifi
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.second.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.second.hardware.facter.enable':

       … while evaluating the option `nodes.second.hardware.facter.report':

       … while evaluating the option `nodes.second.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.second.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.wireguard
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.ctrl1.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.ctrl1.hardware.facter.enable':

       … while evaluating the option `containers.ctrl1.hardware.facter.report':

       … while evaluating the option `containers.ctrl1.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.ctrl1.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.yggdrasil
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.outsider.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.outsider.hardware.facter.enable':

       … while evaluating the option `nodes.outsider.hardware.facter.report':

       … while evaluating the option `nodes.outsider.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.outsider.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.zerotier
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.controller.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.controller.hardware.facter.enable':

       … while evaluating the option `nodes.controller.hardware.facter.report':

       … while evaluating the option `nodes.controller.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.controller.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.aarch64-linux.zerotier-multi-instance
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.alpha.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.alpha.hardware.facter.enable':

       … while evaluating the option `nodes.alpha.hardware.facter.report':

       … while evaluating the option `nodes.alpha.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.alpha.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.admin
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.client.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.client.hardware.facter.enable':

       … while evaluating the option `containers.client.hardware.facter.report':

       … while evaluating the option `containers.client.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.client.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.borgbackup
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.clientone.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.clientone.hardware.facter.enable':

       … while evaluating the option `containers.clientone.hardware.facter.report':

       … while evaluating the option `containers.clientone.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.clientone.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.certificates
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.ca.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.ca.hardware.facter.enable':

       … while evaluating the option `containers.ca.hardware.facter.report':

       … while evaluating the option `containers.ca.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.ca.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed checks.x86_64-linux.clan-pytest-without-core 6s
clan-pytest-without-core: 0.32s setup clan_lib/ssh/remote_test.py::test_run 0.31s setup clan_lib/ssh/remote_test.py::test_run_function 0.22s setup clan …
clan-pytest-without-core:
0.32s setup    clan_lib/ssh/remote_test.py::test_run
0.31s setup    clan_lib/ssh/remote_test.py::test_run_function
0.22s setup    clan_lib/ssh/remote_test.py::test_run_environment
0.22s setup    clan_lib/ssh/remote_test.py::test_sudo_ask_proxy
0.22s setup    clan_lib/ssh/remote_test.py::test_run_exception
=========================== short test summary info ============================
FAILED clan_cli/tests/test_api_dataclass_compat.py::test_all_dataclasses - clan_lib.errors.ClanError: /build/src/clan_cli/tests/test_api_dataclass_com...
=================== 1 failed, 376 passed, 1 skipped in 3.07s ===================
failed eval checks.x86_64-linux.clan-test-update
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.machine.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.machine.hardware.facter.enable':

       … while evaluating the option `nodes.machine.hardware.facter.report':

       … while evaluating the option `nodes.machine.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.machine.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.data-mesher
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.alpha.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.alpha.hardware.facter.enable':

       … while evaluating the option `containers.alpha.hardware.facter.report':

       … while evaluating the option `containers.alpha.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.alpha.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.dm-dns
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.client.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.client.hardware.facter.enable':

       … while evaluating the option `containers.client.hardware.facter.report':

       … while evaluating the option `containers.client.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.client.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.dyndns
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.server.hardware.facter.enable':

       … while evaluating the option `containers.server.hardware.facter.report':

       … while evaluating the option `containers.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed checks.x86_64-linux.eval-tests 23s
evalCheck-eval-tests-installer: 52| config.self.inputs.${spec.input} or (throw "Flake does not have 'input' named '${spec.input}'"); …
evalCheck-eval-tests-installer:
           52|         config.self.inputs.${spec.input} or (throw "Flake does not have 'input' named '${spec.input}'");
             |                                              ^
           53|     in
       error: Flake does not have 'input' named 'nixpkgs'
😢 0/2 successful
error: Tests failed
Eval check failed. To re-run this test:
  nix build .#legacyPackages.x86_64-linux.evalCheck-eval-tests-installer

evalCheck-eval-tests-syncthing:
           52|         config.self.inputs.${spec.input} or (throw "Flake does not have 'input' named '${spec.input}'");
             |                                              ^
           53|     in
       error: Flake does not have 'input' named 'nixpkgs'
😢 0/2 successful
error: Tests failed
Eval check failed. To re-run this test:
  nix build .#legacyPackages.x86_64-linux.evalCheck-eval-tests-syncthing

evalCheck-eval-tests-zerotier:
           52|         config.self.inputs.${spec.input} or (throw "Flake does not have 'input' named '${spec.input}'");
             |                                              ^
           53|     in
       error: Flake does not have 'input' named 'nixpkgs'
😢 0/10 successful
error: Tests failed
Eval check failed. To re-run this test:
  nix build .#legacyPackages.x86_64-linux.evalCheck-eval-tests-zerotier

… and 3 more failed derivations
failed eval checks.x86_64-linux.garage
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.server.hardware.facter.enable':

       … while evaluating the option `containers.server.hardware.facter.report':

       … while evaluating the option `containers.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.hello-service
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.peer1.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.peer1.hardware.facter.enable':

       … while evaluating the option `containers.peer1.hardware.facter.report':

       … while evaluating the option `containers.peer1.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.peer1.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.kde
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.client.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.client.hardware.facter.enable':

       … while evaluating the option `containers.client.hardware.facter.report':

       … while evaluating the option `containers.client.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.client.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.localbackup
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.machine.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.machine.hardware.facter.enable':

       … while evaluating the option `containers.machine.hardware.facter.report':

       … while evaluating the option `containers.machine.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.machine.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.machine-id
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.server.hardware.facter.enable':

       … while evaluating the option `containers.server.hardware.facter.report':

       … while evaluating the option `containers.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.matrix-synapse
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.machine.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.machine.hardware.facter.enable':

       … while evaluating the option `containers.machine.hardware.facter.report':

       … while evaluating the option `containers.machine.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.machine.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.monitoring
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.machine1.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.machine1.hardware.facter.enable':

       … while evaluating the option `containers.machine1.hardware.facter.report':

       … while evaluating the option `containers.machine1.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.machine1.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.mycelium
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.server.hardware.facter.enable':

       … while evaluating the option `nodes.server.hardware.facter.report':

       … while evaluating the option `nodes.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.ncps
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.alice.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.alice.hardware.facter.enable':

       … while evaluating the option `nodes.alice.hardware.facter.report':

       … while evaluating the option `nodes.alice.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.alice.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.nixos-documentation
error: … while evaluating a branch condition at «string»:25:5: 24| v: 25| if !builtins.isAttrs v || isDrv v then …
error:
       … while evaluating a branch condition
         at «string»:25:5:
           24|     v:
           25|     if !builtins.isAttrs v || isDrv v then
             |     ^
           26|       v

       … in the left operand of the OR (||) operator
         at «string»:25:28:
           24|     v:
           25|     if !builtins.isAttrs v || isDrv v then
             |                            ^
           26|       v

       … while evaluating definitions from `/nix/store/s0fpxz3rvfip9bc50wfmwpigxiyl6nkg-source/modules/transposition.nix':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/checks/nixos-documentation/flake-module.nix, via option perSystem':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/modules/clan/module.nix':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.nixos-test-flash
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfigurationFile':

       … while evaluating the option `driverConfiguration.vms.target.start_script':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.target.environment.etc.install-closure.source':

       … while evaluating definitions from `<unknown-file>':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/modules/clan/module.nix':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.nixos-test-installation
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.test_script':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `testScriptString':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/testScript.nix':

       … while evaluating definitions from `<unknown-file>':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/modules/clan/module.nix':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.nixos-test-installation-age
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.test_script':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `testScriptString':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/testScript.nix':

       … while evaluating definitions from `<unknown-file>':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/modules/clan/module.nix':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.nixos-test-installation-password-store
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.test_script':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `testScriptString':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/testScript.nix':

       … while evaluating definitions from `<unknown-file>':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/modules/clan/module.nix':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.nixos-test-password-store-mounts
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.machine.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.machine.hardware.facter.enable':

       … while evaluating the option `nodes.machine.hardware.facter.report':

       … while evaluating the option `nodes.machine.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.machine.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.nixos-test-update-hardware-configuration
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.test_script':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `testScriptString':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/testScript.nix':

       … while evaluating definitions from `<unknown-file>':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/modules/clan/module.nix':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.p2p-ssh-iroh
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.client.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.client.hardware.facter.enable':

       … while evaluating the option `containers.client.hardware.facter.report':

       … while evaluating the option `containers.client.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.client.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.packages
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.server.hardware.facter.enable':

       … while evaluating the option `containers.server.hardware.facter.report':

       … while evaluating the option `containers.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.pki
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.caddy.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.caddy.hardware.facter.enable':

       … while evaluating the option `nodes.caddy.hardware.facter.report':

       … while evaluating the option `nodes.caddy.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.caddy.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.postgresql
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.machine.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.machine.hardware.facter.enable':

       … while evaluating the option `containers.machine.hardware.facter.report':

       … while evaluating the option `containers.machine.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.machine.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.service-dummy-test
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.admin1.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.admin1.hardware.facter.enable':

       … while evaluating the option `containers.admin1.hardware.facter.report':

       … while evaluating the option `containers.admin1.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.admin1.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.service-dummy-test-from-flake
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.admin1.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.admin1.hardware.facter.enable':

       … while evaluating the option `containers.admin1.hardware.facter.report':

       … while evaluating the option `containers.admin1.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.admin1.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.sshd
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.client.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.client.hardware.facter.enable':

       … while evaluating the option `containers.client.hardware.facter.report':

       … while evaluating the option `containers.client.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.client.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.sshd-no-ca
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.client.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.client.hardware.facter.enable':

       … while evaluating the option `containers.client.hardware.facter.report':

       … while evaluating the option `containers.client.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.client.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.state-version
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.server.hardware.facter.enable':

       … while evaluating the option `containers.server.hardware.facter.report':

       … while evaluating the option `containers.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.syncthing-service
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.machine1.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.machine1.hardware.facter.enable':

       … while evaluating the option `containers.machine1.hardware.facter.report':

       … while evaluating the option `containers.machine1.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.machine1.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.template-minimal
error: … while evaluating the attribute 'optionalValue.value' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexp …
error:
       … while evaluating the attribute 'optionalValue.value'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/modules.nix:1312:5:
         1311|
         1312|     optionalValue = if isDefined then { value = mergedValue; } else { };
             |     ^
         1313|   };

       … while evaluating a branch condition
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/modules.nix:1312:21:
         1311|
         1312|     optionalValue = if isDefined then { value = mergedValue; } else { };
             |                     ^
         1313|   };

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/modules/clan/module.nix':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed checks.x86_64-linux.treefmt 6s
treefmt-check: clan_lib/services/modules_test.py:274: error: Missing key "nixpkgs" for TypedDict "InventoryInput" [typeddict-item] clan_lib/services/modules_te …
treefmt-check:
clan_lib/services/modules_test.py:274: error: Missing key "nixpkgs" for TypedDict "InventoryInput"  [typeddict-item]
clan_lib/services/modules_test.py:306: error: Missing key "nixpkgs" for TypedDict "InventoryInput"  [typeddict-item]
clan_lib/services/modules_test.py:341: error: Missing key "nixpkgs" for TypedDict "InventoryInput"  [typeddict-item]
Found 5 errors in 2 files (checked 316 source files)
traversed 1079 files
emitted 917 files for processing
formatted 355 files (8 changed) in 5.679s
Error: failed to finalise formatting: formatting failures detected
failed eval checks.x86_64-linux.trusted-nix-caches
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.server.hardware.facter.enable':

       … while evaluating the option `containers.server.hardware.facter.report':

       … while evaluating the option `containers.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.users
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.server.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.server.hardware.facter.enable':

       … while evaluating the option `containers.server.hardware.facter.report':

       … while evaluating the option `containers.server.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.server.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.wifi
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.second.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.second.hardware.facter.enable':

       … while evaluating the option `nodes.second.hardware.facter.report':

       … while evaluating the option `nodes.second.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.second.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.wireguard
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `containers.ctrl1.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `containers.ctrl1.hardware.facter.enable':

       … while evaluating the option `containers.ctrl1.hardware.facter.report':

       … while evaluating the option `containers.ctrl1.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `containers.ctrl1.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.yggdrasil
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.outsider.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.outsider.hardware.facter.enable':

       … while evaluating the option `nodes.outsider.hardware.facter.report':

       … while evaluating the option `nodes.outsider.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.outsider.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.zerotier
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.controller.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.controller.hardware.facter.enable':

       … while evaluating the option `nodes.controller.hardware.facter.report':

       … while evaluating the option `nodes.controller.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.controller.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
failed eval checks.x86_64-linux.zerotier-multi-instance
error: … while evaluating the attribute 'drvPath' at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?na …
error:
       … while evaluating the attribute 'drvPath'
         at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1062790.c27cdad491a9/nixexprs.tar.xz?narHash=sha256-4Opnii0iGg8Dk8/rZ2IYh/HCHvg1B%2BUs5%2BQg%2BQy5c18%3D»/lib/customisation.nix:416:11:
          415|         // {
          416|           drvPath =
             |           ^
          417|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating the option `driverConfiguration.vlans':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/lib/testing/driver-configuration.nix':

       … while evaluating the option `nodes.alpha.networking.interfaces':

       … while evaluating definitions from `/nix/store/960gm9cw04za14da8wv6q4q3h67n898r-source/nixos/modules/hardware/facter/networking':

       … while evaluating the option `nodes.alpha.hardware.facter.enable':

       … while evaluating the option `nodes.alpha.hardware.facter.report':

       … while evaluating the option `nodes.alpha.hardware.facter.reportPath':

       … while evaluating definitions from `/nix/store/izy8mzply2pyp44m4dfi6j23i1cxayvr-source/nixosModules/clanCore/nixos-facter.nix':

       … while evaluating the option `nodes.alpha.clan.core.settings.directory':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Flake does not have 'input' named 'nixpkgs'
25 succeeded ⚠ 20
succeeded attributes
status attribute duration
succeeded checks.aarch64-darwin.clan-pytest-with-core
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
12m 39s
succeeded checks.aarch64-darwin.devshell
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
0s
succeeded checks.aarch64-darwin.devShell-clan-cli
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
18s
succeeded checks.aarch64-darwin.devShell-clan-site
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
1m 56s
succeeded checks.aarch64-darwin.devShell-default
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
17s
succeeded checks.aarch64-darwin.devShell-inventory-schema
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
10s
succeeded checks.aarch64-darwin.inventory-classes-up-to-date
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
0s
succeeded checks.aarch64-linux.clan-site-lint
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
2m 19s
succeeded checks.aarch64-linux.devshell
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
0s
succeeded checks.aarch64-linux.devShell-clan-cli
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
13s
succeeded checks.aarch64-linux.devShell-clan-site
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
50s
succeeded checks.aarch64-linux.devShell-default
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
12s
succeeded checks.aarch64-linux.devShell-inventory-schema
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
12s
succeeded checks.x86_64-linux.clan-site-lint
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
1m 14s
succeeded checks.x86_64-linux.devshell
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
2s
succeeded checks.x86_64-linux.devShell-clan-cli
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
1s
succeeded checks.x86_64-linux.devShell-default
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
1s
succeeded checks.x86_64-linux.devShell-docs
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
28s
succeeded checks.x86_64-linux.devShell-inventory-schema
  • stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
1s
succeeded checks.x86_64-linux.inventory-classes-up-to-date
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
1s
succeeded checks.aarch64-linux.clan-test-iso 7m 45s
succeeded checks.aarch64-linux.devShell-docs 45s
succeeded checks.aarch64-linux.inventory-classes-up-to-date 0s
succeeded checks.x86_64-linux.clan-test-iso 6m 47s
succeeded checks.x86_64-linux.devShell-clan-site 26s
36 already built ⚠ 10
skipped attributes
status attribute duration
skipped local checks.aarch64-darwin.clan-deps
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
skipped local checks.aarch64-darwin.darwin-test-darwin-machine
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
skipped local checks.aarch64-darwin.lib-jsonschema-example-valid
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
skipped local checks.aarch64-darwin.nixos-flash-installer
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
skipped local checks.aarch64-darwin.zerotier-tools-pytest
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
skipped local checks.aarch64-linux.clan-deps
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
skipped local checks.aarch64-linux.devShell-network-status
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
skipped local checks.aarch64-linux.lib-jsonschema-example-valid
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
skipped local checks.x86_64-linux.clan-deps
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
skipped local checks.x86_64-linux.clan-release-diff-pytest
  • stdenv.isLinux is deprecated, use stdenv.hostPlatform.isLinux instead
  • stdenv.isAarch64 is deprecated, use stdenv.hostPlatform.isAarch64 instead
skipped local checks.aarch64-linux.darwin-test-darwin-machine
skipped local checks.aarch64-linux.nixos-flash-installer
skipped local checks.aarch64-linux.nixos-test-age-backend
skipped local checks.aarch64-linux.nixos-test-container
skipped local checks.aarch64-linux.nixos-test-extra-python-packages
skipped local checks.aarch64-linux.nixos-test-secrets
skipped local checks.aarch64-linux.nixos-test-user-firewall-iptables
skipped local checks.aarch64-linux.nixos-test-user-firewall-nftables
skipped local checks.aarch64-linux.nixos-test-wayland-proxy-virtwl
skipped local checks.aarch64-linux.pytest
skipped local checks.aarch64-linux.zerotier-tools-pytest
skipped local checks.x86_64-linux.darwin-test-darwin-machine
skipped local checks.x86_64-linux.devShell-network-status
skipped local checks.x86_64-linux.equal-templates
skipped local checks.x86_64-linux.lib-jsonschema-example-valid
skipped local checks.x86_64-linux.nixos-flash-installer
skipped local checks.x86_64-linux.nixos-test-age-backend
skipped local checks.x86_64-linux.nixos-test-container
skipped local checks.x86_64-linux.nixos-test-extra-python-packages
skipped local checks.x86_64-linux.nixos-test-flash-installer-boot
skipped local checks.x86_64-linux.nixos-test-secrets
skipped local checks.x86_64-linux.nixos-test-user-firewall-iptables
skipped local checks.x86_64-linux.nixos-test-user-firewall-nftables
skipped local checks.x86_64-linux.nixos-test-wayland-proxy-virtwl
skipped local checks.x86_64-linux.pytest
skipped local checks.x86_64-linux.zerotier-tools-pytest