summary refs log tree commit diff
path: root/pkgs/development/tools/rust/rustup
Commit message (Collapse)AuthorAge
* rustup: 1.11.0 -> 1.13.0Vladyslav Mykhailichenko2018-07-22
|
* rustup: 2017-10-29 -> 1.11.0Vladyslav M2018-02-20
|
* treewide: checkMeta fixes for x86_64-linuxVladimír Čunát2017-12-07
|
* rustup: 1.3.0 -> 2017-10-29Leon Isenberg2017-10-29
|
* rustup: Patch rustup to patchelf binariesLeon Isenberg2017-10-29
|
* rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | The biggest benefit is that we no longer have to update the registry package. This means that just about any cargo package can be built by nix. No longer does `cargo update` need to be feared because it will update to packages newer then what is available in nixpkgs. Instead of fetching the cargo registry this bundles all the source code into a "vendor/" folder. This also uses the new --frozen and --locked flags which is nice. Currently cargo-vendor only provides binaries for Linux and macOS 64-bit. This can be solved by building it for the other architectures and uploading it somewhere (like the NixOS cache). This also has the downside that it requires a change to everyone's deps hash. And if the old one is used because it was cached it will fail to build as it will attempt to use the old version. For this reason the attribute has been renamed to `cargoSha256`. Authors: * Kevin Cox <kevincox@kevincox.ca> * Jörg Thalheim <Mic92@users.noreply.github.com> * zimbatm <zimbatm@zimbatm.com>
* rustup: 1.2.0 -> 1.3.0Andreas Rammhold2017-09-05
|
* rustup: init at 1.2.0Jörg Thalheim2017-04-17