From 8cf4957e15d09931047a6bf4f5b69943da1c84b5 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Tue, 5 Aug 2025 19:23:42 -0700 Subject: [PATCH] Add build iso helper command --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42f1e04..a682036 100644 --- a/Makefile +++ b/Makefile @@ -29,4 +29,9 @@ gc: # Update a flake input by name (ex: 'nixpkgs') .PHONY: update-input update-input: - nix flake update $(filter-out $@,$(MAKECMDGOALS)) \ No newline at end of file + nix flake update $(filter-out $@,$(MAKECMDGOALS)) + +# Build Custom Install ISO +.PHONY: iso +iso: + nix build .#packages.x86_64-linux.iso \ No newline at end of file