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

This commit is contained in:
2024-10-10 14:20:08 +01:00
parent d4b3cfcdee
commit d9eab13869

View File

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