From 25d33fa86150042a029fcdbe8c641d9dc6e17b12 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 10 Oct 2024 00:59:46 +0100 Subject: [PATCH] Specify host system architecture for macOS --- nix/macOS/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/macOS/flake.nix b/nix/macOS/flake.nix index cbbcc992..3ae909db 100644 --- a/nix/macOS/flake.nix +++ b/nix/macOS/flake.nix @@ -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 {