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