mise lock writes to wrong lockfile when mise.local.toml exists
#8003
Answered
by
cheinema
jstriebel
asked this question in
Troubleshooting and bug reports
Problem
Reproductionmkdir test && cd test
cat > mise.toml << 'EOF'
[tools]
jq = "latest"
EOF
cat > mise.local.toml << 'EOF'
[env]
FOO = "bar"
EOF
mise lock
ls mise*.lock
# Output: mise.local.lock ← mise.lock not createdAlso, when when tools are in both files, everything goes into Why this mattersCommon pattern:
Current behavior silently writes and reads gitignored Suggested behaviorOne lockfile per config file - tools defined in tested with mise 2026.2.3 linux-x64 |
Answered by
cheinema
Feb 5, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicate of #8000