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 --- options.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options.nix') diff --git a/options.nix b/options.nix index 8be79b5a..1d3d6a16 100644 --- a/options.nix +++ b/options.nix @@ -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."; }; -- cgit v1.3.1