From 2b87005628c6696319681499fa3fe126ebf808bc Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 24 May 2024 19:26:23 +0300 Subject: [PATCH] Makefile : Do no checks for boot. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c27b0d..f9a9d8b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ options = --option eval-cache false flake = . .PHONY: boot -boot: check +boot: nixos-rebuild boot $(options) --flake $(flake) .PHONY: reboot