From d80f324c322da056091e9823fa92571380f01991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sat, 18 Jul 2026 08:15:34 +0200 Subject: [PATCH] nixos/release-combined: tests.shadow moved to tests.shadow.login This unblocks eval after the move in commit 963c03f40c7d945fa88ae0862fef0a490e21083c --- nixos/release-combined.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index d6ec21f82226..219f386f3789 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -201,7 +201,7 @@ rec { (onFullSupported "nixos.tests.printing-socket") (onFullSupported "nixos.tests.proxy") (onFullSupported "nixos.tests.sddm.default") - (onFullSupported "nixos.tests.shadow") + (onFullSupported "nixos.tests.shadow.login") (onFullSupported "nixos.tests.simple-container") (onFullSupported "nixos.tests.simple-vm") (onFullSupported "nixos.tests.sway")