docs: fix darwin-rebuild command (#1869)

Fixing the `darwin-rebuild --switch` command on the manual 
to `darwin-rebuild switch` because the `--switch` flag does 
not exists.
This commit is contained in:
Hugo Lageneste 2021-03-18 23:15:30 +01:00 committed by GitHub
parent 6245dd11cf
commit de1fa8defb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ home-manager.users.eve = { pkgs, ... }: {
};
----
and after a `darwin-rebuild --switch` the user eve's environment
and after a `darwin-rebuild switch` the user eve's environment
should include a basic Bash configuration and the packages atool and
httpie.