From 0f8804599c5190956fe981b1dad6024acb41ae88 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 10 Oct 2024 01:04:59 +0100 Subject: [PATCH] Return arch --- 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 {