From e0181744015f0822a2d5a60a2da0129158dbaa1b Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 4 Mar 2026 09:37:56 -0700 Subject: [PATCH] Update Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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