Skip to content

Commit a8f713a

Browse files
author
longendu
committed
migrate from poetry to uv
1 parent 49ac132 commit a8f713a

File tree

5 files changed

+2097
-2834
lines changed

5 files changed

+2097
-2834
lines changed

.idx/dev.nix

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
ripgrep
88
rm-improved
99
bat
10-
poetry
10+
fzf
11+
uv
1112
];
1213
env = {
1314
PATH = [
@@ -25,11 +26,7 @@
2526
#onCreate = {
2627
#}
2728
onStart = {
28-
poetry-project = ''
29-
poetry config --local virtualenvs.in-project true
30-
poetry install
31-
'';
32-
icon = ''
29+
icon = ''
3330
curl -sSL https://raw.githubusercontent.com/legendu-net/icon/main/install_icon.sh | bash -s -- \
3431
-d ~/.local/bin
3532
'';

0 commit comments

Comments
 (0)