From 6414c6739e71a344dad24a5985963602d50ff2c6 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 16 Jan 2025 00:00:05 +0000 Subject: [PATCH] readme: make `darwin-rebuild` use more explicit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a9007ffd..13c661dfe 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Make sure to set `nixpkgs.hostPlatform` in your `configuration.nix` to either `x Unlike NixOS, `nix-darwin` does not have an installer, you can just run `darwin-rebuild switch` to install nix-darwin. As `darwin-rebuild` won't be installed in your `PATH` yet, you can use the following command: ```bash -nix run nix-darwin -- switch +nix run nix-darwin#darwin-rebuild -- switch ``` ### Step 3. Using `nix-darwin`