From 92ca13b48c96fd68ecdbca7969ed5d7db6a1fa06 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 21 Feb 2024 18:23:46 +0100 Subject: [PATCH] Fix? --- hosts/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/module.nix b/hosts/module.nix index a1da41a..0cbaf16 100644 --- a/hosts/module.nix +++ b/hosts/module.nix @@ -237,7 +237,7 @@ in { }: { networking.hostName = lib.mkForce hostname; nixpkgs.overlays = config.overlays; - nixpkgs.hostPlatform = config.system; + # nixpkgs.hostPlatform = config.system; }) "${self.outPath}/hosts/${hostname}" ];