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