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/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/default.nix') diff --git a/test/default.nix b/test/default.nix index edca9fdc..15614cc5 100644 --- a/test/default.nix +++ b/test/default.nix @@ -1,6 +1,6 @@ { lib, - nixosTest, + testers, buildFHSEnv, writeShellScriptBin, @@ -9,7 +9,7 @@ withRace ? false, }: -nixosTest { +testers.nixosTest { name = "hakurei" + (if withRace then "-race" else ""); nodes.machine = { options, pkgs, ... }: -- cgit v1.3.1