Skip to content

Commit

Permalink
readme: make darwin-rebuild use more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Jan 18, 2025
1 parent 69b2588 commit 6414c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 6414c67

Please sign in to comment.