Makefile : Do no checks for boot.

This commit is contained in:
Dmitry Voronin 2024-05-24 19:26:23 +03:00
parent 087de3c0d3
commit 2b87005628
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -2,7 +2,7 @@ options = --option eval-cache false
flake = .
.PHONY: boot
boot: check
boot:
nixos-rebuild boot $(options) --flake $(flake)
.PHONY: reboot