Files
cheatsheet-tldr/tldr/osx/darwin-rebuild
2025-12-20 00:20:53 +00:00

22 lines
500 B
Plaintext

---
syntax: markdown
tags: [tldr, osx]
source: https://github.com/tldr-pages/tldr.git
---
# darwin-rebuild
> Rebuild and switch to a Nix-based Darwin (macOS) system configuration.
> More information: <https://github.com/nix-darwin/nix-darwin>.
- 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`