From 041b7b66814e0b72e8bbf1e75be5154f3ae72e02 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Fri, 13 Feb 2026 00:08:14 -0600 Subject: update config to new 25.11 options --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2b53ebd..151c3d3 100644 --- a/flake.nix +++ b/flake.nix @@ -210,7 +210,7 @@ }: flakes.nixpkgs.lib.makeOverridable flakes.nixpkgs.lib.nixosSystem { inherit pkgs; - inherit (pkgs) system; + inherit (pkgs.stdenv.hostPlatform) system; modules = [self.nixosModules.default] ++ modules; -- cgit v1.2.3