Avoid top-level with ...; in pkgs/tools/security/pass/extensions/default.nix
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user