Skip to content

Building rustChannelOf({...}).rust-src from rust-overlay.nix errors. #304

@calbrecht

Description

@calbrecht

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions