nix-on-droid/tests/proot-test.nix
2022-10-04 00:43:13 +02:00

9 lines
252 B
Nix

# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE.
{ pkgs ? (import ../pkgs/lib/load-nixpkgs.nix { }) }:
pkgs.callPackage ../pkgs/proot-termux {
inherit (pkgs) stdenv;
static = false;
outputBinaryName = "proot";
}