Remove git pull step from make all

This commit is contained in:
Evie Litherland-Smith 2024-03-15 11:44:09 +00:00
parent 57a253a106
commit b04886a27b

View file

@ -4,7 +4,6 @@ test:
sudo nixos-rebuild test --flake . sudo nixos-rebuild test --flake .
all: all:
-git pull --ff-only
sudo nixos-rebuild switch --flake . --update-input nixpkgs sudo nixos-rebuild switch --flake . --update-input nixpkgs
make reload make reload