Don't know if i am supposed to be able to do that, however until f6fe850 was merged, i was able to do so by using the overlay like:
...
rustStable = (prev.rustStable or { }) // (prev.rustChannelOf or pkgs.rustChannelOf) {
sha256 = "sha256-oro0HsosbLRAuZx68xd0zfgPl6efNj2AQruKRq3KA2g="; #2022-05-24
channel = "stable";
};
rust-stable = final.rustStable.rust // final.rust-analyzer;
rust-src-stable = final.rustStable.rust-src;
Although, now after the mentioned commit, the build of rust-src-stable errors and exits and therefore fails the build, when chmod and after fixing that, also realpath -e are complaining about missing arguments.
Don't know if i am supposed to be able to do that, however until f6fe850 was merged, i was able to do so by using the overlay like:
Although, now after the mentioned commit, the build of
rust-src-stableerrors and exits and therefore fails the build, whenchmodand after fixing that, alsorealpath -eare complaining about missing arguments.