Gitignore : Add live image build.
This commit is contained in:
parent
21525c102b
commit
eac8437edb
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/live
|
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ update:
|
||||||
|
|
||||||
.PHONY: live
|
.PHONY: live
|
||||||
live: check
|
live: check
|
||||||
nix build $(options) $(flake)#nixosConfigurations.live.config.system.build.isoImage
|
nix build -o live $(options) $(flake)#nixosConfigurations.live.config.system.build.isoImage
|
||||||
|
|
||||||
.PHONY: android
|
.PHONY: android
|
||||||
android:
|
android:
|
||||||
|
|
Loading…
Reference in a new issue