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