From a79b28f2fa4d7113a21e4175b34ddfd0bb92df08 Mon Sep 17 00:00:00 2001 From: iLillie <75392499+iLillie@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:12:57 +0200 Subject: [PATCH] readme: update flake guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7139af..a806591 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ nix flake init -t nix-darwin/nix-darwin-25.05 sed -i '' "s/simple/$(scutil --get LocalHostName)/" flake.nix ``` -Make sure to change `nixpkgs.hostPlatform` to `aarch64-darwin` if you are using Apple Silicon. +Make sure to check if `nixpkgs.hostPlatform` is set to either `x86_64-darwin` for Intel or `aarch64-darwin` for Apple Silicon.