add xcode CLI tool installation guide

This commit is contained in:
Yan Lin 2025-12-08 13:23:04 +01:00
parent 233837b347
commit 456c1a7672

View file

@ -27,6 +27,7 @@ sudo nix --experimental-features "nix-command flakes" run github:nix-community/d
sudo nixos-install --flake .#<host>
# For nix-darwin
xcode-select --install
sudo nix --extra-experimental-features "nix-command flakes" run nix-darwin -- switch --flake github:Logan-Lin/nix-config#<host>
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake github:Logan-Lin/nix-config#<user>@<host>
```