From 5c2b63a7f1fdfdc46312c05f083c604b4c8f47e2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 5 Nov 2025 20:21:14 +0900 Subject: container: add 386 constants While it is unlikely a use case for hakurei on i686 exists, it does not hurt to have this support. Signed-off-by: Ophestra --- test/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/configuration.nix b/test/configuration.nix index 4ac8f76a..1c3cce0d 100644 --- a/test/configuration.nix +++ b/test/configuration.nix @@ -84,7 +84,7 @@ virtualisation = { # Hopefully reduces spurious test failures: - memorySize = 8192; + memorySize = if pkgs.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