Created
September 22, 2019 19:04
-
-
Save jD91mZM2/aefc7ab7322986d038c496e6b1768653 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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