diff --git a/lib/build-clan/module.nix b/lib/build-clan/module.nix index 90756799f..47ab17d0d 100644 --- a/lib/build-clan/module.nix +++ b/lib/build-clan/module.nix @@ -79,7 +79,7 @@ let { imports = inventoryClass.machines.${name}.machineImports or [ ]; } # Import the distribute services - { imports = config.clanInternals.distributedServices.allMachines.${name} or []; } + { imports = config.clanInternals.distributedServices.allMachines.${name} or [ ]; } ( { # Settings diff --git a/lib/distributed-service/flake-module.nix b/lib/distributed-service/flake-module.nix index b73af7d24..1169311fa 100644 --- a/lib/distributed-service/flake-module.nix +++ b/lib/distributed-service/flake-module.nix @@ -21,7 +21,6 @@ in checks = { lib-distributedServices-eval = pkgs.runCommand "tests" { nativeBuildInputs = [ pkgs.nix-unit ]; } '' export HOME="$(realpath .)" - export NIX_ABORT_ON_WARN=1 nix-unit --eval-store "$HOME" \ --extra-experimental-features flakes \ ${inputOverrides} \