1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 13:03:33 +02:00

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

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 should include a basic Bash configuration and the packages atool and
httpie. httpie.