7 lines
237 B
Makefile
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
|