solson / rust-nightly-nix

A Nix expression for nightly Rust versions
Apache License 2.0
40 stars 7 forks source link

Stable support #22

Open Ericson2314 opened 7 years ago

Ericson2314 commented 7 years ago

Fixes #11

This as a breaking change as one must now do { channel = "nightly"; date = .... }, i.e. channel = "nightly" is required, for clarity, and to disambiguate the entirely implicit case (data and hash).

12 might still be useful for docs and examples.