1
0
Fork 0
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