Skip to content

Instantly share code, notes, and snippets.

@jD91mZM2
Created September 22, 2019 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jD91mZM2/aefc7ab7322986d038c496e6b1768653 to your computer and use it in GitHub Desktop.
Save jD91mZM2/aefc7ab7322986d038c496e6b1768653 to your computer and use it in GitHub Desktop.
rust = self.latest.rustChannels.stable;
buildRustPackage = self.rustPlatform.buildRustPackage.override {
cargo = rust.cargo;
rustc = rust.rust;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment