From 08bb4da5b685441c23bdb856d763c5813dab9b06 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 28 Mar 2024 15:38:19 -0500 Subject: [PATCH] typo --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 0c09f49..c153085 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ all: doas nixos-rebuild build --flake .#${HOSTNAME} switch: - doas nixos-rebuild build --flake .#${HOSTNAME} + doas nixos-rebuild switch --flake .#${HOSTNAME} weekly: pull clean update ci all push