nix-on-droid testing branch + lock

This commit is contained in:
2026-08-06 16:19:48 +03:00
parent 2a8b15ce01
commit 8434688515
4 changed files with 190 additions and 37 deletions
+5 -2
View File
@@ -25,8 +25,11 @@
};
};
nix-on-droid = {
url = "github:nix-community/nix-on-droid/master";
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/nix-on-droid/testing"; # same branch as test/ on the device
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
};
};
deploy-rs = {
url = "github:serokell/deploy-rs";