mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
tests: refactor to support flake setup
This commit is contained in:
parent
004faf1835
commit
5d9e3c3dd1
6 changed files with 68 additions and 28 deletions
|
|
@ -51,7 +51,15 @@ 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
|
||||
|
||||
customPkgs
|
||||
{
|
||||
inherit (modules) config;
|
||||
inherit customPkgs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue