From f3ad1f2937812fdd45b9e17b38c677bc0ac781c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 4 Jun 2024 14:02:56 +0200 Subject: [PATCH] nixos-small: fix eval --- nixos/release-small.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/release-small.nix b/nixos/release-small.nix index b87a58f5eee8..98e36b0669e7 100644 --- a/nixos/release-small.nix +++ b/nixos/release-small.nix @@ -124,7 +124,7 @@ in rec { "nixos.tests.firewall" "nixos.tests.ipv6" "nixos.tests.login" - "nixos.tests.misc.default" + "nixos.tests.misc" "nixos.tests.nat.firewall" "nixos.tests.nat.standalone" "nixos.tests.nfs4.simple"