You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I specify the targets for rust language, the rust components like cargo are never installed. When I specify channel that is other than nixpkgs, then the components are there.
│❯❯❯ cargo ✘ 1 │
│The program 'cargo' is not in your PATH. It is provided by several packages. │
│You can make it available in an ephemeral shell by typing one of the following: │
│ nix-shell -p cargo │
│ nix-shell -p cargo-auditable-cargo-wrapper │
│ nix-shell -p rustup
Version
devenv: 1.0.5
The text was updated successfully, but these errors were encountered:
You have to use the fenix toolchain when cross-compiling. I don't think there's tooling to do that within nixpkgs, but I could be wrong.
We'll add an error message for this case.
Describe the bug
When I specify the targets for rust language, the rust components like cargo are never installed. When I specify channel that is other than
nixpkgs
, then the components are there.To reproduce
When I try to check if cargo is present:
Version
devenv: 1.0.5
The text was updated successfully, but these errors were encountered: