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:
@@ -12,13 +12,13 @@ in
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = packages.${pkgs.system}.hakurei;
|
||||
default = packages.${pkgs.stdenv.hostPlatform.system}.hakurei;
|
||||
description = "The hakurei package to use.";
|
||||
};
|
||||
|
||||
hsuPackage = mkOption {
|
||||
type = types.package;
|
||||
default = packages.${pkgs.system}.hsu;
|
||||
default = packages.${pkgs.stdenv.hostPlatform.system}.hsu;
|
||||
description = "The hsu package to use.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user