Makefile : Remove verify from switch.

This commit is contained in:
Dmitry Voronin 2024-04-28 23:45:20 +03:00
parent 638a435a66
commit 03d626beee
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -10,7 +10,7 @@ reboot: boot
reboot
.PHONY: switch
switch: verify
switch:
nixos-rebuild switch $(options) --flake $(flake)
.PHONY: update