From 7b0e845d5ddf2c7422610769b7559f243778a6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 9 Apr 2025 16:58:48 +0200 Subject: [PATCH 1/2] checks/morph: strip test prefix this is making it consistent with otther tests. --- checks/morph/flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/morph/flake-module.nix b/checks/morph/flake-module.nix index af6091ae5..4516191e5 100644 --- a/checks/morph/flake-module.nix +++ b/checks/morph/flake-module.nix @@ -24,7 +24,7 @@ }: { checks = pkgs.lib.mkIf (pkgs.stdenv.isLinux && !pkgs.stdenv.isAarch64) { - test-morph = (import ../lib/test-base.nix) { + morph = (import ../lib/test-base.nix) { name = "morph"; nodes = { From 92ac257999a3375ff2962e9b06daa25956d128b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 9 Apr 2025 17:06:34 +0200 Subject: [PATCH 2/2] speedup morph test --- checks/morph/flake-module.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/checks/morph/flake-module.nix b/checks/morph/flake-module.nix index 4516191e5..ad12428dd 100644 --- a/checks/morph/flake-module.nix +++ b/checks/morph/flake-module.nix @@ -33,7 +33,6 @@ let dependencies = [ self - pkgs.nixos-anywhere pkgs.stdenv.drvPath pkgs.stdenvNoCC self.nixosConfigurations.test-morph-machine.config.system.build.toplevel @@ -46,7 +45,7 @@ environment.etc."install-closure".source = "${closureInfo}/store-paths"; system.extraDependencies = dependencies; virtualisation.memorySize = 2048; - environment.systemPackages = [ self.packages.${pkgs.system}.clan-cli ]; + environment.systemPackages = [ self.packages.${pkgs.system}.clan-cli-full ]; }; }; testScript = ''