From ebc67bb8ada03750eee60ab58c945b4745f22af1 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 12 Dec 2025 08:39:55 +0900 Subject: nix: update flake lock NixOS 25.11 introduces a crash in cage and an intermittent crash in foot. Signed-off-by: Ophestra --- test/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/configuration.nix') diff --git a/test/configuration.nix b/test/configuration.nix index 58fdf5ad..79eefab5 100644 --- a/test/configuration.nix +++ b/test/configuration.nix @@ -84,7 +84,7 @@ virtualisation = { # Hopefully reduces spurious test failures: - memorySize = if pkgs.hostPlatform.is32bit then 2046 else 8192; + memorySize = if pkgs.stdenv.hostPlatform.is32bit then 2046 else 8192; qemu.options = [ # Need to switch to a different GPU driver than the default one (-vga std) so that Sway can launch: -- cgit v1.3.1