Fix?
This commit is contained in:
parent
20ccbbf3b2
commit
d94df39afa
1 changed files with 1 additions and 2 deletions
|
@ -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}"
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue