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