From 8aa218f06170891cd0aaf0b3a29af6fc188d82d7 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 3 May 2024 12:44:16 +0300 Subject: [PATCH] Makefile : Remove auto verify. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 08648b8..4c27b0d 100644 --- a/Makefile +++ b/Makefile @@ -18,11 +18,11 @@ update: nix flake update .PHONY: live -live: check verify +live: check nix build -o live $(options) $(flake)#nixosConfigurations.live.config.system.build.isoImage .PHONY: android -android: verify +android: nix-on-droid switch --flake $(flake) .PHONY: check