2025-03-14 21:59:59 -06:00
|
|
|
# darwin-rebuild
|
|
|
|
|
|
|
|
|
|
> Rebuild and switch to a Nix-based Darwin (macOS) system configuration.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/nix-darwin/nix-darwin>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Rebuild and switch to the specified Darwin configuration:
|
|
|
|
|
|
|
|
|
|
`darwin-rebuild switch --flake {{path/to/flake}}`
|
|
|
|
|
|
|
|
|
|
- Build the configuration but don't switch to it:
|
|
|
|
|
|
|
|
|
|
`darwin-rebuild build --flake {{path/to/flake}}`
|
|
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`darwin-rebuild --help`
|