Uncomment problematic python packages

This commit is contained in:
Dave Gallant
2022-07-02 10:35:23 -04:00
parent f193bda927
commit 605d00fab1

View File

@@ -26,16 +26,21 @@ in {
zip zip
# ansible # ansible
# ansible /*
# ansible-lint ansible
*/
/*
ansible-lint
*/
# productivity # productivity
bat bat
# checkov /*
checkov
*/
colordiff colordiff
drone-cli drone-cli
exa exa
# httpie
fd fd
github-cli github-cli
gnumake gnumake
@@ -68,7 +73,9 @@ in {
# monitoring # monitoring
ctop ctop
# glances /*
glances
*/
htop htop
procs procs
@@ -90,11 +97,13 @@ in {
nodePackages.yarn nodePackages.yarn
# video # video
# youtube-dl youtube-dl
# networking # networking
arp-scan arp-scan
# dnsutils /*
dnsutils
*/
iperf iperf
nmap nmap
openssl openssl
@@ -124,16 +133,24 @@ in {
rnix-lsp rnix-lsp
# cloud # cloud
# awscli2 /*
# ssm-session-manager-plugin awscli2
*/
/*
ssm-session-manager-plugin
*/
google-cloud-sdk google-cloud-sdk
# python # python
python310 python310
# python310Packages.black /*
python310Packages.black
*/
python310Packages.ipython python310Packages.ipython
python310Packages.pip python310Packages.pip
# python310Packages.poetry /*
python310Packages.poetry
*/
python310Packages.setuptools python310Packages.setuptools
python310Packages.virtualenv python310Packages.virtualenv