This PR represents my first crack at #11 . At this point it is still in the what-do-you-think-of-this stage. I would like to get feedback on from someone with a higher nix comfort level.
I'm a little worried that running cargo --version returns a version string that says 1.13.0-nightly when I use the current changes to install stable. This also builds on my previous PR, so they should be merged in order (or we should at least be careful about not mangling the git history). If you want I can disentangle the changes.
This PR represents my first crack at #11 . At this point it is still in the what-do-you-think-of-this stage. I would like to get feedback on from someone with a higher nix comfort level.
I'm a little worried that running
cargo --version
returns a version string that says1.13.0-nightly
when I use the current changes to install stable. This also builds on my previous PR, so they should be merged in order (or we should at least be careful about not mangling the git history). If you want I can disentangle the changes.