Add build iso helper command
This commit is contained in:
parent
dc02438a63
commit
8cf4957e15
7
Makefile
7
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))
|
||||
nix flake update $(filter-out $@,$(MAKECMDGOALS))
|
||||
|
||||
# Build Custom Install ISO
|
||||
.PHONY: iso
|
||||
iso:
|
||||
nix build .#packages.x86_64-linux.iso
|
Loading…
x
Reference in New Issue
Block a user