mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-13 10:34:10 -05:00
5 lines
131 B
Makefile
5 lines
131 B
Makefile
default:
|
|
just -l
|
|
|
|
iso:
|
|
nix build .#nixosConfigurations.ISO.config.system.build.isoImage && ln -sf result/iso/*.iso install.iso
|