chore: Update darwin-rebuild command in README
Replace the old command with an updated one in the README.md file, removing the `--use-remote-sudo` option. This should help users to effectively utilize the 'darwin-rebuild' functionality accurately.
This commit is contained in:
parent
c42a15d235
commit
5b7249a7e3
|
@ -16,7 +16,7 @@ $ nixos-rebuild --use-remote-sudo -L --show-trace --refresh --flake git+https://
|
|||
on darwin
|
||||
|
||||
```bash
|
||||
$ darwin-rebuild --use-remote-sudo -L --show-trace --refresh --flake git+https://git.hoyer.xyz/harald/nixcfg switch
|
||||
$ darwin-rebuild -L --show-trace --refresh --flake git+https://git.hoyer.xyz/harald/nixcfg switch
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue