Avoid top-level `with ...;` in pkgs/tools/security/pass/extensions/default.nix

This commit is contained in:
Philip Taron 2024-03-19 21:14:05 -07:00 committed by Valentin Gagarin
parent ac39e45b04
commit 6aa0a4712e
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
{ pkgs, ... }:
with pkgs;
let
inherit (pkgs) callPackage python3Packages;
in
{
pass-audit = callPackage ./audit {