tftui: use callPackage instead of python3Packages.callPackage
This commit is contained in:
@@ -19227,7 +19227,7 @@ with pkgs;
|
||||
|
||||
terraform-landscape = callPackage ../applications/networking/cluster/terraform-landscape { };
|
||||
|
||||
tftui = python3Packages.callPackage ../applications/networking/cluster/tftui { };
|
||||
tftui = callPackage ../applications/networking/cluster/tftui { };
|
||||
|
||||
trufflehog = callPackage ../tools/security/trufflehog {
|
||||
buildGoModule = buildGo123Module;
|
||||
|
||||
Reference in New Issue
Block a user