From 1f38ed70139f73474113a5ee04df2a94c99717b0 Mon Sep 17 00:00:00 2001 From: r-vdp Date: Tue, 10 Sep 2024 16:54:34 +0200 Subject: [PATCH] nixos/tests: fix nixos-rebuild-specialisations test See https://hydra.nixos.org/build/272096143 --- nixos/tests/nixos-rebuild-specialisations.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/nixos-rebuild-specialisations.nix b/nixos/tests/nixos-rebuild-specialisations.nix index 9192b8a8a030..ab67bbaba676 100644 --- a/nixos/tests/nixos-rebuild-specialisations.nix +++ b/nixos/tests/nixos-rebuild-specialisations.nix @@ -21,6 +21,8 @@ import ./make-test-python.nix ({ pkgs, ... }: { pkgs.grub2 ]; + system.switch.enable = true; + virtualisation = { cores = 2; memorySize = 4096;