mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
treewide: apply statix fixes
This commit is contained in:
parent
7d1ed0fbaa
commit
a5ed8b213f
4 changed files with 5 additions and 6 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{ pkgs ? (import ../pkgs/lib/load-nixpkgs.nix { }) }:
|
||||
|
||||
pkgs.callPackage ../pkgs/proot-termux {
|
||||
stdenv = pkgs.stdenv;
|
||||
inherit (pkgs) stdenv;
|
||||
static = false;
|
||||
outputBinaryName = "proot";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue