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] 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 = {