Skip to content

Commit 86e60af

Browse files
committed
Merge MR 'feat(mise): use uvx again for majority of pkgs' into 'main'
See merge request el-capitano/dotfiles!516
2 parents 81e461e + 49076a5 commit 86e60af

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
default_profile = "foo"
22
[profiles.foo]
33
adapter = "postgres"
4-
theme = "nord-darker"
4+
theme = "nord"
55
limit = 500
66
keymap_name = ["vscode"]

chezmoi/dot_config/mise/config.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ tflint = "latest"
1919
# Python Packages - Managed by uv #
2020
###################################
2121
pipx = "latest"
22-
"pipx:ansible" = { version = "11.1.0", pipx_args = "--include-deps" }
22+
"pipx:ansible" = { version = "11.1.0", uvx = "false", pipx_args = "--include-deps" }
2323
"pipx:ansible-lint" = "latest"
2424
"pipx:aws-gate" = "latest"
25-
"pipx:gnome-extensions-cli" = { version = "0.10.4", pipx_args = "--preinstall pycairo --preinstall PyGObject" }
26-
"pipx:harlequin" = { version = "latest", extras = "postgres", pipx_args = "--python 3.12" } # Python 3.13 not yet supported: https://github.com/tconbeer/harlequin/issues/697
25+
"pipx:gnome-extensions-cli" = { version = "0.10.4", uvx = "false", pipx_args = "--preinstall pycairo --preinstall PyGObject" }
26+
"pipx:harlequin" = { version = "2.0.0", extras = "postgres" }
2727
"pipx:pgcli" = "latest"
2828
"pipx:readmeai" = "latest"
2929
"pipx:spiel" = "0.5.1"
@@ -71,11 +71,11 @@ pipx = "latest"
7171
"ubi:joschi/dive" = "0.13.1"
7272

7373
[settings]
74-
# Issues I'd like to see implemented/fixed before enabling uvx:
74+
# Issues I'd like to see implemented/fixed before enabling uvx for all packages:
7575
# https://github.com/astral-sh/uv/issues/6314
7676
# https://github.com/astral-sh/uv/pull/7592
7777
# https://github.com/astral-sh/uv/issues/4466
78-
pipx_uvx = false # uv does not yet support --system-site-packages flag, which we need for gnome-extensions-cli
78+
pipx_uvx = true
7979
pin = true
8080
experimental = true
8181

0 commit comments

Comments
 (0)