aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/configuration.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-12-12 08:39:55 +0900
committerOphestra <cat@gensokyo.uk>2025-12-12 08:39:55 +0900
commitebc67bb8ada03750eee60ab58c945b4745f22af1 (patch)
tree53831db9621fe77261582c272155b701a9845ec5 /test/configuration.nix
parente60ff660f69ee4161ee63af3147b5a77d4139e76 (diff)
nix: update flake lock
NixOS 25.11 introduces a crash in cage and an intermittent crash in foot. 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 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: