summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFabian Montero <fabian@posixlycorrect.com>2026-02-13 00:08:14 -0600
committerFabian Montero <fabian@posixlycorrect.com>2026-02-13 00:50:17 -0600
commit041b7b66814e0b72e8bbf1e75be5154f3ae72e02 (patch)
tree655f20b5814beff4b5250f34814a67734d5cf8d3 /flake.nix
parentdc1d778714f8ee47cc2980ae41dafb1d23d17c55 (diff)
update config to new 25.11 options
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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;