mirror of
https://github.com/davegallant/nix-config
synced 2025-08-09 18:52:28 +00:00
Uncomment problematic python packages
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user