pt: move by-name

This commit is contained in:
liberodark 2024-11-21 09:55:28 +01:00
parent d6a60466ac
commit e43015afa2
6 changed files with 0 additions and 2 deletions

View File

@ -18698,8 +18698,6 @@ with pkgs;
inherit (darwin.apple_sdk_11_0.frameworks) AppKit CoreFoundation Security;
};
pt = callPackage ../applications/misc/pt { };
pyupgrade = with python3Packages; toPythonApplication pyupgrade;
pwntools = with python3Packages; toPythonApplication pwntools;