Makefile : Disable check for Live.
This commit is contained in:
parent
2b87005628
commit
7fb0d5d670
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ update:
|
||||||
nix flake update
|
nix flake update
|
||||||
|
|
||||||
.PHONY: live
|
.PHONY: live
|
||||||
live: check
|
live:
|
||||||
nix build -o live $(options) $(flake)#nixosConfigurations.live.config.system.build.isoImage
|
nix build -o live $(options) $(flake)#nixosConfigurations.live.config.system.build.isoImage
|
||||||
|
|
||||||
.PHONY: android
|
.PHONY: android
|
||||||
|
|
Loading…
Reference in a new issue