about summary refs log tree commit diff
path: root/pkgs/tools/admin/chkcrontab
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-25 21:37:59 +0300
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-25 21:37:59 +0300
commit6e7c0b97d4d9be2420bcd15dc232528c8b0433bc (patch)
tree948a910f5a2756a17adac0d1f9a2bd9160a37eec /pkgs/tools/admin/chkcrontab
parent027259f359ac7cbbe46f4b645b0fbdb4065a6355 (diff)
treewide: make fetchPypi more explicit
Diffstat (limited to 'pkgs/tools/admin/chkcrontab')
-rw-r--r--pkgs/tools/admin/chkcrontab/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/chkcrontab/default.nix b/pkgs/tools/admin/chkcrontab/default.nix
index d91894f000637..903bfe7f32c9f 100644
--- a/pkgs/tools/admin/chkcrontab/default.nix
+++ b/pkgs/tools/admin/chkcrontab/default.nix
@@ -1,4 +1,4 @@
-{ python3, lib }:
+{ lib, python3, fetchPypi }:
 
 with python3.pkgs;