Enable host-platform, as it is required by nix.

This commit is contained in:
2024-10-10 14:20:08 +01:00
parent 83db4c931d
commit 2b30a560af

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
{