mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-05 20:41:40 +02:00
fix: remove unused pipx
This commit is contained in:
@@ -63,7 +63,6 @@
|
|||||||
|
|
||||||
#-- python
|
#-- python
|
||||||
uv # python project package manager
|
uv # python project package manager
|
||||||
pipx # Install and Run Python Applications in Isolated Environments
|
|
||||||
(python313.withPackages (
|
(python313.withPackages (
|
||||||
ps: with ps; [
|
ps: with ps; [
|
||||||
# python language server
|
# python language server
|
||||||
|
|||||||
@@ -123,7 +123,6 @@ nvme0n1 259:0 0 1.8T 0 disk
|
|||||||
/home/ryan/.local/share/StardewValley
|
/home/ryan/.local/share/StardewValley
|
||||||
/home/ryan/.local/share/GOG.com
|
/home/ryan/.local/share/GOG.com
|
||||||
/home/ryan/.local/bin
|
/home/ryan/.local/bin
|
||||||
/home/ryan/.local/pipx
|
|
||||||
/home/ryan/.kube
|
/home/ryan/.kube
|
||||||
/home/ryan/.gradle
|
/home/ryan/.gradle
|
||||||
/home/ryan/.gnupg
|
/home/ryan/.gnupg
|
||||||
|
|||||||
@@ -203,8 +203,6 @@ 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"
|
".local/bin"
|
||||||
# python uv
|
# python uv
|
||||||
".local/share/uv"
|
".local/share/uv"
|
||||||
|
|||||||
@@ -33,7 +33,6 @@
|
|||||||
#-- python
|
#-- python
|
||||||
conda
|
conda
|
||||||
uv # python project package manager
|
uv # python project package manager
|
||||||
pipx # Install and Run Python Applications in Isolated Environments
|
|
||||||
(python313.withPackages (
|
(python313.withPackages (
|
||||||
ps: with ps; [
|
ps: with ps; [
|
||||||
pandas
|
pandas
|
||||||
|
|||||||
@@ -33,7 +33,6 @@
|
|||||||
#-- python
|
#-- python
|
||||||
conda
|
conda
|
||||||
uv # python project package manager
|
uv # python project package manager
|
||||||
pipx # Install and Run Python Applications in Isolated Environments
|
|
||||||
(python313.withPackages (
|
(python313.withPackages (
|
||||||
ps: with ps; [
|
ps: with ps; [
|
||||||
pandas
|
pandas
|
||||||
|
|||||||
Reference in New Issue
Block a user