Files
tldr/pages.zh/osx/darwin-rebuild.md

16 lines
378 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# darwin-rebuild
> 重建并切换到基于 Nix 的 DarwinmacOS系统配置。
> 更多信息:<https://github.com/LnL7/nix-darwin>。
- 重建并切换到指定的 Darwin 配置:
`darwin-rebuild switch --flake {{path/to/flake}}`
- 构建配置但不切换到它:
`darwin-rebuild build --flake {{path/to/flake}}`
- 显示帮助信息:
`darwin-rebuild --help`