Mise activation issue in nushell from hooks #4014
-
I noticed my mise activation wasn't working, and it looks like this was the issue: 13 │ let old_hooks = $old_config | get $field --ignore-errors | default []
14 │ $env.config = ($old_config | upsert $field ($old_hooks ++ $new_hook))
· ─────┬──── ─┬ ────┬────
· │ │ ╰── record<condition: closure, code: closure>
· │ ╰── type mismatch for operator
· ╰── list<closure>
15 │ }
╰──── |
Beta Was this translation helpful? Give feedback.
Answered by
cfbender
Jan 20, 2025
Replies: 1 comment
-
Looks like this was fixed in #3591. thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cfbender
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like this was fixed in #3591. thanks!