readme: update flake guide
This commit is contained in:
parent
b866fbb28b
commit
a79b28f2fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue