Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
fix(readme): update darwin instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Mar 19, 2024
1 parent 8d8e466 commit ab635af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,9 @@ Before installing anything you'll need to prepare your system:
1. Then, rebuild and switch to the system after rebuild:

```bash
nix --experimental-features 'nix-command flakes' build '.#darwinConfigurations.macbook.system'
nix run --extra-experimental-features 'nix-command flakes' nix-darwin -- switch --flake .
# or if nix-command and flakes are enabled:
nix run nix-darwin -- switch --flake .
darwin-rebuild switch --flake .
```

## Flakes Creed
Expand Down

0 comments on commit ab635af

Please sign in to comment.