aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/configuration.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-11-05 20:21:14 +0900
committerOphestra <cat@gensokyo.uk>2025-11-05 20:21:14 +0900
commit5c2b63a7f1fdfdc46312c05f083c604b4c8f47e2 (patch)
tree2a1e440156d6027c3b7a16f1b77c002ed3a4a388 /test/configuration.nix
parent9fd97e71d0330d6b6509f28686cf53825bc80941 (diff)
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 <cat@gensokyo.uk>
Diffstat (limited to 'test/configuration.nix')
-rw-r--r--test/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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: