From b04886a27b25ae787c520fd115595e975ac24ca3 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 15 Mar 2024 11:44:09 +0000 Subject: [PATCH] Remove git pull step from make all --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 833d6db0..1959dce3 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ test: sudo nixos-rebuild test --flake . all: - -git pull --ff-only sudo nixos-rebuild switch --flake . --update-input nixpkgs make reload