~/.config/mise/conf.d/*.toml not treated as global config
#10483
Replies: 1 comment
-
|
This has been fixed in #10597, which was merged. It'll ship in the next release. The root cause was exactly what you suspected: on Fedora Atomic / ostree the shell's PWD prefix ( The fix makes the global/system membership check symlink-aware (canonicalizing via the same Once the next release is out, please upgrade and confirm the warning is gone. And feel free to open the related This comment was generated by an AI coding assistant. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Since few days, whenever I open terminal I get this warning:
Content of
/var/home/mgrzelak/.config/mise/conf.d/externally-managed.toml(this is my config managed by chezmoi, that I not touch manually):I thought that configs in
conf.ddir are global and suspect that mise doesn't handle/var/homecorrectly./var/homeis the standard dir in Fedora Atomic system (I use Ublue Aurora, which is Fedora Kinoite spin)./var/homeis symlinked to/homeon those systems. This creates another problem in mise that I described on discord. I will post it on github discussions after this issue is resolved, maybe it is connected and will be solved with this issue.Output of
mise dr:Beta Was this translation helpful? Give feedback.
All reactions