Makefile : Remove auto verify.
This commit is contained in:
parent
79bdab0e9d
commit
8aa218f061
4
Makefile
4
Makefile
|
@ -18,11 +18,11 @@ update:
|
||||||
nix flake update
|
nix flake update
|
||||||
|
|
||||||
.PHONY: live
|
.PHONY: live
|
||||||
live: check verify
|
live: check
|
||||||
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
|
||||||
android: verify
|
android:
|
||||||
nix-on-droid switch --flake $(flake)
|
nix-on-droid switch --flake $(flake)
|
||||||
|
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
|
|
Loading…
Reference in a new issue