remove fakedroid

This commit is contained in:
Alexander Sosedkin 2024-06-15 19:32:36 +02:00
parent d7c432bad3
commit 6ef3f8ff07
6 changed files with 5 additions and 220 deletions

View file

@ -65,11 +65,6 @@ let
bootstrapZip = callPackage ./bootstrap-zip.nix { };
prootTermux = callPackage ./cross-compiling/proot-termux.nix { };
tallocStatic = callPackage ./cross-compiling/talloc-static.nix { };
prootTermuxTest = callPackage ./proot-termux {
inherit (pkgs) stdenv;
static = false;
outputBinaryName = "proot";
};
};
in