mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
9 lines
251 B
Nix
9 lines
251 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 {
|
|
stdenv = pkgs.stdenv;
|
|
static = false;
|
|
outputBinaryName = "proot";
|
|
}
|