about summary refs log tree commit diff
path: root/pkgs/tools/security/pass
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-21 00:02:01 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-22 01:16:22 +0100
commitd3a4ec8666ba0c3f36c8a3e745d5f30622088de9 (patch)
tree9bed0a75c51334f51e5b055f794cf7b8b702485e /pkgs/tools/security/pass
parent3484b32ae2320aeb08ab570680109741e4711083 (diff)
extensions: remove unused input
Diffstat (limited to 'pkgs/tools/security/pass')
-rw-r--r--pkgs/tools/security/pass/extensions/import.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/pass/extensions/import.nix b/pkgs/tools/security/pass/extensions/import.nix
index 0fd14901d0db9..11b4eecd14d99 100644
--- a/pkgs/tools/security/pass/extensions/import.nix
+++ b/pkgs/tools/security/pass/extensions/import.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, pass, fetchFromGitHub, pythonPackages, makeWrapper, fetchpatch }:
+{ lib, stdenv, fetchFromGitHub, pythonPackages, makeWrapper, fetchpatch }:
 
 let
   pythonEnv = pythonPackages.python.withPackages (p: [