Specify host system architecture for macOS

This commit is contained in:
2024-10-10 00:59:46 +01:00
parent fc91508e67
commit 0da1a73ef7

View File

@@ -68,7 +68,7 @@
NSGlobalDomain.KeyRepeat = 2;
};
# nixpkgs.hostPlatform = "x86_64-darwin"; # aarch64-darwin for ARM
nixpkgs.hostPlatform = "x86_64-darwin"; # aarch64-darwin for ARM
};
in
{