nixos/Makefile
Evie Litherland-Smith 06ed0f1d52 Add doom-emacs using nix directly
Keep config as separate repo for rapid iteration
Restore Makefile
2023-09-12 08:33:05 +01:00

8 lines
105 B
Makefile

.PHONY: test build
test:
sudo nixos-rebuild test --flake .
build:
sudo nixos-rebuild build --flake .