From 2358de9037a6010174e25a7f7cb316e495f9171f Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 4 Mar 2026 09:38:06 -0700 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9982937..c997cad 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ unlink: echo "/etc/nixos is not a symlink"; \ fi -rebuild: +build: @if [ -f hardware-configuration.nix ]; then \ git add -f -N hardware-configuration.nix; \ fi