chore(flake): switch nix-on-droid to upstream

This commit is contained in:
tux
2026-09-02 00:09:59 +05:30
parent 85fa1f78d0
commit 4f5db036b6
2 changed files with 6 additions and 8 deletions

View File

@@ -60,9 +60,7 @@
};
nix-on-droid = {
# @TODO: upstream module is broken for nixpkgs-unstable
# url = "github:nix-community/nix-on-droid/release-24.05";
url = "github:newAM/nix-on-droid/update-proot";
url = "github:nix-community/nix-on-droid/master";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};