readme: update flake guide

This commit is contained in:
iLillie 2025-06-30 17:12:57 +02:00
parent b866fbb28b
commit a79b28f2fa

View file

@ -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.
</details>