Matt Rixman
Matt Rixman
@WindSoilder thanks for the clarification, I think I get it: The first `use foo` is loading the module from the directory, but the second `use foo` is loading it from......
Likely related: https://github.com/NixOS/nixpkgs/issues/376958 I think it's actually a bug in how the nix shell is being set up, and tide was just unlucky and triggered it.
Previously I had used the `curl ... | sh` determinate systems nix installer. I tried upgrading, this time by installing their new .pkg MacOS package. I'm not sure why, but...
In the case of wezterm, there's a whole precedence system for how to find the config file: https://wezterm.org/config/files.html In my case the workaround was to simply delete the `.wezterm.lua` which...