forked from security/hakurei
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:
@@ -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, ... }:
|
||||
|
||||
Reference in New Issue
Block a user