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>
This commit is contained in:
2025-12-12 08:39:55 +09:00
parent e60ff660f6
commit ebc67bb8ad
14 changed files with 92 additions and 96 deletions

View File

@@ -1,12 +1,12 @@
{
lib,
nixosTest,
testers,
self,
withRace ? false,
}:
nixosTest {
testers.nixosTest {
name = "hakurei-sandbox" + (if withRace then "-race" else "");
nodes.machine =
{ options, pkgs, ... }: