Skip to content

Commit bb78ab9

Browse files
committed
Revert back to nightly toolchain for -Zbuild-std
1 parent c42dad0 commit bb78ab9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
default = pkgs.mkShell {
2323
nativeBuildInputs = [
2424
(lib.lowPrio (
25-
rust-bin.stable.latest.default.override {
25+
# -Zbuild-std
26+
rust-bin.nightly."2026-02-01".default.override {
2627
targets = [
2728
"i686-unknown-linux-gnu"
2829
"riscv64gc-unknown-linux-gnu"

0 commit comments

Comments
 (0)