chore: smlink pip to uv pip

This commit is contained in:
m3tm3re
2026-04-27 19:07:26 +02:00
parent d524864fc3
commit 05dc6bf608
2 changed files with 10 additions and 11 deletions

View File

@@ -23,7 +23,8 @@ in {
(pkgs.python3.withPackages (ps:
with ps;
[
pip
(writeShellScriptBin "pip" "exec uv pip $@")
(writeShellScriptBin "pip3" "exec uv pip $@")
uv
]
++ cfg.extraPackages))