@ -18,11 +18,11 @@ update:
nix flake update
.PHONY: live
live: check verify
live: check
nix build -o live $(options) $(flake)#nixosConfigurations.live.config.system.build.isoImage
.PHONY: android
android: verify
android:
nix-on-droid switch --flake $(flake)
.PHONY: check