Archived
1
0
Fork 0
This repository has been archived on 2025-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
nix-darwin/Justfile

7 lines
237 B
Makefile

default: build system
system:
sudo ./result/sw/bin/darwin-rebuild switch --flake .
build:
nix build .#darwinConfigurations.Ethans-MacBook-Air.system
build-trace:
nix build .#darwinConfigurations.Ethans-MacBook-Air.system --show-trace