1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages/osx/darwin-rebuild.md
Abhishek 90a67cbe63
darwin-rebuild: add page, home-manager: edit page (#15175)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2024-12-26 23:53:40 +05:30

404 B

darwin-rebuild

Rebuild and switch to a Nix-based Darwin (macOS) system configuration. More information: https://github.com/LnL7/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