nix-community / nix-on-droid

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

How to update `nix-on-droid`? #171

Closed auroraanna closed 2 years ago

auroraanna commented 2 years ago

I want to switch to a flake config but nix-on-droid switch --flake ... says that the option --flake is unknown. It is in the readme though so my binary must be out of date. How to update it?

t184256 commented 2 years ago

What's in your nix-channel --list?

auroraanna commented 2 years ago
bash-5.1$ nix-channel --list
nix-on-droid https://github.com/t184256/nix-on-droid/archive/release-21.05.tar.gz
nixpkgs https://nixos.org/channels/nixpkgs-unstable
t184256 commented 2 years ago

Uh-huh. nix-channel --add https://github.com/t184256/nix-on-droid/archive/release-21.11.tar.gz nix-on-droid and nix-channel --update, then you should have it.