nix-community / nix-on-droid

Nix-enabled environment for your Android device. [maintainers=@t184256,@Gerschtli]
https://nix-on-droid.unboiled.info
MIT License
1.15k stars 65 forks source link

Warn to use `nix-on-droid switch --flake` #295

Closed t184256 closed 4 months ago

t184256 commented 9 months ago

If one has a ~/.config/nix-on-droid/flake.nix, likely from bootstrapping with flakes, and attempts to nix-on-droid switch without the --flake switch, we should print a warning: you have a flake.nix, you probably meant to run nix-on-droid-switch --flake .config/nix-on-droid.

b-rodrigues commented 8 months ago

I agree, just installed nix-on-droid with flakes enabled but nix-on-droid switch was not returning an useful error message. This would be a great addition!