From 43487a4f8083cfc711fa08696ac9bd6a61baa524 Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Tue, 24 Oct 2023 10:37:29 -0400 Subject: [PATCH] nixos/release-combined: re-add ZFS to release-combined Since #262982, ZFS tests works again. Also, this time we'll use the correct systems. --- nixos/release-combined.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index 149a924de4d0..9b4b92be6f3a 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -97,6 +97,7 @@ in rec { (onSystems ["x86_64-linux"] "nixos.tests.installer.simpleUefiSystemdBoot") (onSystems ["x86_64-linux"] "nixos.tests.installer.simple") (onSystems ["x86_64-linux"] "nixos.tests.installer.swraid") + (onSystems ["x86_64-linux"] "nixos.tests.installer.zfsroot") (onSystems ["x86_64-linux"] "nixos.tests.nixos-rebuild-specialisations") (onFullSupported "nixos.tests.ipv6") (onFullSupported "nixos.tests.keymap.azerty")