mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
feat: add pipx & uv for python
This commit is contained in:
@@ -61,6 +61,8 @@
|
||||
vscode-extensions.vadimcn.vscode-lldb.adapter # codelldb - debugger
|
||||
|
||||
#-- python
|
||||
pipx # Install and Run Python Applications in Isolated Environments
|
||||
uv # python project package manager
|
||||
pyright # python language server
|
||||
(python313.withPackages (
|
||||
ps:
|
||||
|
||||
@@ -195,6 +195,9 @@ in {
|
||||
".m2" # java maven
|
||||
".gradle" # java gradle
|
||||
".conda" # python generated by `conda-shell`
|
||||
# python pipx
|
||||
".local/pipx"
|
||||
".local/bin"
|
||||
|
||||
# ======================================
|
||||
# Security
|
||||
|
||||
Reference in New Issue
Block a user