Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions private_dot_config/mise/config.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
python = ["3.11", "3.13"]

# Node.js ecosystem
{{- /* node 26+ binaries link against libatomic.so.1, which is absent on
TrueNAS appliances (apt disabled). Gate node + npm-backed tools to
macOS where the prebuilt binary works out of the box. */}}
{{- if eq .chezmoi.os "darwin" }}
node = "latest"
{{- end }}
bun = "latest"

# Systems programming
Expand Down Expand Up @@ -113,10 +118,14 @@ opentofu = "1.11.2"
d2 = "latest"
"aqua:tmux/tmux-builds" = "latest"
"aqua:gitleaks/gitleaks" = "latest"
{{- if eq .chezmoi.os "darwin" }}
"npm:pyright" = "latest"
"npm:typescript-language-server" = "latest"
{{- end }}
"go:golang.org/x/tools/gopls" = "latest"
chezmoi = "latest"
usage = "latest"
uv = "latest"

# ============================================================================
# Environment Variables
Expand Down
Loading