Remove "test" rule from Makefile

This commit is contained in:
Evie Litherland-Smith 2024-03-25 13:31:44 +00:00
parent dc30a3559d
commit ada3e40767

View file

@ -1,7 +1,4 @@
.PHONY: test all switch update reload .PHONY: all reload
test:
sudo nixos-rebuild test --flake .
all: all:
sudo nixos-rebuild switch --flake . --update-input nixpkgs sudo nixos-rebuild switch --flake . --update-input nixpkgs