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

@ -29,4 +29,9 @@ gc:
# Update a flake input by name (ex: 'nixpkgs') # Update a flake input by name (ex: 'nixpkgs')
.PHONY: update-input .PHONY: update-input
update-input: update-input:
nix flake update $(filter-out $@,$(MAKECMDGOALS)) nix flake update $(filter-out $@,$(MAKECMDGOALS))
# Build Custom Install ISO
.PHONY: iso
iso:
nix build .#packages.x86_64-linux.iso