treewide: apply statix fixes

This commit is contained in:
Tobias Happ 2022-09-03 17:11:00 +02:00
parent 7d1ed0fbaa
commit a5ed8b213f
4 changed files with 5 additions and 6 deletions

View file

@ -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";
}