Skip to content

Commit c5e9a56

Browse files
committed
Nix flake: add Rust 1.86 toolchain
Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com>
1 parent 396b890 commit c5e9a56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
channel = "stable";
6060
sha256 = "sha256-AJ6LX/Q/Er9kS15bn9iflkUwcgYqRQxiOIL2ToVAXaU=";
6161
};
62+
"1.86" = {
63+
date = "2025-04-03";
64+
channel = "stable";
65+
sha256 = "sha256-X/4ZBHO3iW0fOenQ3foEvscgAPJYl2abspaBThDOukI=";
66+
};
6267
};
6368

6469
rust-platform = makeRustPlatform {

0 commit comments

Comments
 (0)