diff --git a/Makefile b/Makefile index 2786265..6ab1fd7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -.PHONY: lock update +.PHONY: lock update build + +build: + sudo nixos-rebuild switch --flake .#haschel lock: nix flake lock