diff --git a/Makefile b/Makefile index ad7a0075..c17e5189 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -.PHONY: default debug test switch lock +.PHONY: build debug test switch lock -default: +build: sudo nixos-rebuild build --flake . debug: