From c18685e7737ce942d94f15db4f2c80f53f1c11cd Mon Sep 17 00:00:00 2001 From: Basil Feitknecht <114588139+bs10x@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:11:23 +0100 Subject: [PATCH] update README.md fixed minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2f17b5d..cc98aea9 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ export NIX_PATH=darwin=$HOME/.nix-defexpr/darwin:darwin-config=$HOME/.nixpkgs/da cp ~/.nix-defexpr/darwin/modules/examples/simple.nix ~/.nixpkgs/darwin-configuration.nix # you can also use this to rebootstrap nix-darwin in case -# darwin-rebuild is to old to activate the system. +# darwin-rebuild is too old to activate the system. $(nix-build '' -A system --no-out-link)/sw/bin/darwin-rebuild build $(nix-build '' -A system --no-out-link)/sw/bin/darwin-rebuild switch