From 66b43c03b30fbb224e25c86f0e364b1a0fe072dc Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 27 Mar 2024 15:35:42 +0000 Subject: [PATCH] Update makefile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2ae2a04..930496e 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ - +pull: + nix-shell -p git --run "git pull" rebuild: - nixos-rebuild switch -I nixos-config=machines/$(shell hostname -s)/configuration.nix \ No newline at end of file + sudo nixos-rebuild switch -I nixos-config=machines/$(shell hostname -s)/configuration.nix \ No newline at end of file