From 0ef9750dd49223f40d3d1f64f92dd5750456e2ac Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 16 Aug 2024 06:10:58 +0300 Subject: [PATCH] Makefile : Make live phony. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 726768b..4c4fbae 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ install-hm: nix-channel --update nix-shell '' -A install +.PHONY: live live: nix build -o live $(options) $(flake)#nixosConfigurations.live.config.system.build.isoImage