From 75ce664d7c49c6aab17b839cad63a7f46b5445d7 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 27 Mar 2024 15:36:50 +0000 Subject: [PATCH] Pull before rebuilding --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 930496e..0f15e18 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ pull: nix-shell -p git --run "git pull" -rebuild: +rebuild: pull sudo nixos-rebuild switch -I nixos-config=machines/$(shell hostname -s)/configuration.nix \ No newline at end of file