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

View file

@ -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}"
];