mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01: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:
parent
6245dd11cf
commit
de1fa8defb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue