From 8f3ad44d34e36ebc53a1a8b0676df2d916cd4347 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 22 Jan 2026 12:25:57 -0500 Subject: [PATCH] fix hostPlatform --- system/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/common.nix b/system/common.nix index ed8b541..7b0f24f 100644 --- a/system/common.nix +++ b/system/common.nix @@ -272,7 +272,7 @@ networking.firewall.allowedTCPPorts = [ 53317 ]; system.stateVersion = "25.05"; - nixpkgs.targetPlatform = "x86_64-linux"; + nixpkgs.hostPlatform = "x86_64-linux"; documentation.enable = true; documentation.man.enable = true;