Replies: 1 comment 1 reply
-
Hi @iazel ! The way Your current example is trying to replace the rust toolchain of a derivation built with Otherwise I'm afraid I don't know enough about the nixpkgs internals on how to suggest fixing the issue, but you may also want to try stopping by the NixOS community matrix channel and ask there. Good luck! |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm struggling with overriding the rust implementation for evcxr package, the terminal REPL for rust.
As far as I can see in evcxr nix file, it expects a
rustPlatform
, which we could make using pkgs.makeRustPlatform, however it seems like therustc
this one expects isn't compatbile with ourrust-bin.stable.latest.rustc
norrust-bin.stable.latest.default
, so I don't understand how I could make it work.Any suggestion would be highly appreciated! 🙏
This is my current attempt:
Which produces this error:
Beta Was this translation helpful? Give feedback.
All reactions