Add build iso helper command

This commit is contained in:
Zuckerberg 2025-08-05 19:23:42 -07:00
parent dc02438a63
commit 8cf4957e15

View File

@ -30,3 +30,8 @@ gc:
.PHONY: update-input
update-input:
nix flake update $(filter-out $@,$(MAKECMDGOALS))
# Build Custom Install ISO
.PHONY: iso
iso:
nix build .#packages.x86_64-linux.iso