readme: Don't use rust-bin.nightly.latest

This commit is contained in:
SuperSamus
2022-06-24 00:10:53 +02:00
committed by oxalica
parent c87e6f7743
commit c5d343b92c

View File

@@ -89,7 +89,7 @@ Here's an example of using it in nixos configuration.
#### Use in `devShell` for `nix develop`
Running `nix develop` will create a shell with the default nightly Rust toolchain installed:
Running `nix develop` will create a shell with the default beta Rust toolchain installed:
```nix
{
@@ -117,7 +117,7 @@ Running `nix develop` will create a shell with the default nightly Rust toolchai
pkgconfig
exa
fd
rust-bin.nightly.latest.default
rust-bin.beta.latest.default
];
shellHook = ''