A lot has happened since the first initial yarn dev diff
This is to update the dependencies as they have evolved since
then
Depends on D3865
Differential D3874
Update nix dev shell • jon on Apr 28 2022, 9:26 PM. Authored by Tags None Referenced Files
Details
A lot has happened since the first initial yarn dev diff Depends on D3865 Run nix develop to create shell.
Diff Detail
Event TimelineComment Actions Thank you for adding all of these!!
Comment Actions Back to you for more follow-ups – not all of my initial comments have been addressed (eg. Flow is still there) Comment Actions Remove flow
Comment Actions Woohoo, we have a bunch more stuff in there now. @varun – can you take a look and see if we need another else for the Rust environment to work with nix develop? Comment Actions I think we need rustup so we can use other Rust tools besides cargo. It seems like this is a common way that people add Rust to their devShell. Thoughts? Comment Actions rustup allows you to switch between rust channels easily, and I can reflect the rust version needed with nix. I just used the latest stable, as that's generally enough unless you need a nightly toolchain. Comment Actions quick question inline, but lgtm!
|