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

This commit is contained in:
Philip Taron
2024-03-28 21:30:46 +01:00
committed by Valentin Gagarin
parent ac39e45b04
commit 6aa0a4712e
@@ -1,6 +1,8 @@
{ pkgs, ... }:
with pkgs;
let
inherit (pkgs) callPackage python3Packages;
in
{
pass-audit = callPackage ./audit {