This commit is contained in:
Andrea Ciceri 2024-02-21 18:25:26 +01:00
parent 92ca13b48c
commit 20ccbbf3b2
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -238,6 +238,7 @@ in {
networking.hostName = lib.mkForce hostname; networking.hostName = lib.mkForce hostname;
nixpkgs.overlays = config.overlays; nixpkgs.overlays = config.overlays;
# nixpkgs.hostPlatform = config.system; # nixpkgs.hostPlatform = config.system;
nixpkgs.hostPlatform = "x86_64-darwin";
}) })
"${self.outPath}/hosts/${hostname}" "${self.outPath}/hosts/${hostname}"
]; ];