clotodex
clotodex
Parts are discussed in #1662 and #998 Also have a look at https://devenv.sh/automatic-shell-activation/ to auto-activate the shell automatically on cd. I am using this setup you described. I have a...
For me using `google-chrome --user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"` As well as using https://github.com/neetly/figma-agent-linux instead of the this font-helper. I hope this helps and...
This seems to be a devenv issue (i think). When I use this repo: https://github.com/cpu/rust-flake, add sqlx-cli to the runtimeDeps and then run `cargo sqlx prepare` it works. So something...
Also the local example `https://github.com/cachix/devenv/tree/main/examples/rust` does not work. Cd into there, run devenv shell and then run `rust-analyzer analysis-stats .` - same error
What is interesting though is that it is independent of the devenv.lock - so also old rust installs dont work anymore. Either this is something internal then or still correlated...
bump... - this is breaking my setup fully. Can anyone reproduce this?
Hm not sure if this is the same issue. Depending on what you are doing this might also just be missing some cross-compilation setup (using fenix with the musl toolchain)....
I finally gave it another debug and found the culprit. CARGO_HOME is not set when using rust with devenv, no matter if fenix or vanilla. Maybe #1500 can/will change things.
The / directory of the cargo package does not allow .package-cache This breaks rust-analyzer still.
nevermind. Uff, this is my bad Something actually installed a cargo into ~/.cargo/bin This made all programs fall back to this and could not make any kind of setup work.