diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2024-11-21 10:52:11 +1100 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2024-11-21 11:15:28 +1100 |
| commit | 095ba5502c83c5fd8173a1b0dbc99a0e1be7e42d (patch) | |
| tree | 3320289556807a3cb0d7b44a5b4bf25c6e7285b0 /README.md | |
| parent | d57e74864bccd31e081443733bfaee1eda85a242 (diff) | |
default: expose all the `darwin-*` commands
Change `uninstaller` to `darwin-uninstaller` to match flake attribute
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -131,7 +131,8 @@ nix-channel --update To install `nix-darwin`, 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 --extra-experimental-features "nix-command flakes" run nix-darwin -- switch -I darwin-config=$HOME/.config/nix-darwin/configuration.nix +nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A darwin-rebuild +./result/bin/darwin-rebuild switch -I darwin-config=$HOME/.config/nix-darwin/configuration.nix ``` ### Step 4. Using `nix-darwin` |
