5 lines
151 B
Makefile
5 lines
151 B
Makefile
default: build system
|
|
system:
|
|
sudo ./result/sw/bin/darwin-rebuild switch --flake .
|
|
build:
|
|
nix build .#darwinConfigurations.Ethans-MacBook-Air.system
|