about summary refs log tree commit diff
path: root/pkgs/tools/misc/pmbootstrap
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-07-12 11:22:45 -0400
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-07-13 17:37:07 +0300
commitf1ec43484888381b64ae3d0874621103d1d37bb5 (patch)
tree819bd184a9b79837f8aca38eefa7c701e40dc563 /pkgs/tools/misc/pmbootstrap
parent4afa90a84f0fbd9b415c58fcef316b0fcb9d17db (diff)
pkgs/tools/misc: remove dead code
with the help of deadnix & nil
Diffstat (limited to 'pkgs/tools/misc/pmbootstrap')
-rw-r--r--pkgs/tools/misc/pmbootstrap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/pmbootstrap/default.nix b/pkgs/tools/misc/pmbootstrap/default.nix
index ab30518ffd897..d982e94403c1c 100644
--- a/pkgs/tools/misc/pmbootstrap/default.nix
+++ b/pkgs/tools/misc/pmbootstrap/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, git, openssl, makeWrapper, buildPythonApplication, pytestCheckHook, ps
+{ stdenv, lib, git, openssl, buildPythonApplication, pytestCheckHook, ps
 , fetchPypi, fetchFromGitLab, sudo }:
 
 buildPythonApplication rec {