From de1fa8defbdc9b3330858d2686f37af86b29ca6e Mon Sep 17 00:00:00 2001 From: Hugo Lageneste Date: Thu, 18 Mar 2021 23:15:30 +0100 Subject: [PATCH] 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. --- doc/installation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.adoc b/doc/installation.adoc index 53474812..960fad7a 100644 --- a/doc/installation.adoc +++ b/doc/installation.adoc @@ -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.