curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
This is only needed once
nix run nix-darwin \
--extra-experimental-features nix-command \
--extra-experimental-features flakes -- \
switch --flake ".#studio"
just darwin
# short for
darwin-rebuild switch --flake ".#studio"