nix, rust: Update
- Update the flake’s dependencies so that Rust 1.80 is available.
- Migrate from
rust-toolchaintorust-toolchain.toml, allowing us to specify components such asrust-srcto be installed. - Set
RUST_SRC_DIRin Nix development shell, which is used by Rust tooling.
4 files changed
+21
-19
757483f3
→
19c7e672
modified flake.lock
@@ -3,11 +3,11 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -23,11 +23,11 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -56,16 +56,16 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -81,19 +81,16 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified flake.nix
@@ -2,7 +2,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -45,7 +45,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -238,6 +238,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
deleted rust-toolchain
@@ -1 +0,0 @@
| - | |
added rust-toolchain.toml
@@ -0,0 +1,4 @@
| + | |
| + | |
| + | |
| + | |