mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
remove fakedroid
This commit is contained in:
parent
d7c432bad3
commit
6ef3f8ff07
6 changed files with 5 additions and 220 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue