We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb6380 commit 5d44d58Copy full SHA for 5d44d58
flake.nix
@@ -78,7 +78,7 @@
78
79
# Env vars
80
# a nightly compiler is required unless we use this cheat code.
81
- RUSTC_BOOTSTRAP = 0;
+ RUSTC_BOOTSTRAP = 1;
82
83
# CFG_RELEASE = "${rustPlatform.rust.rustc.version}-stable";
84
CFG_RELEASE_CHANNEL = "stable";
@@ -104,6 +104,8 @@
104
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
105
RUST_BACKTRACE = "full";
106
LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs;
107
108
+ CFG_RELEASE_CHANNEL = "stable";
109
};
110
}
111
);
rust-toolchain.toml
@@ -6,5 +6,6 @@ components = [
6
"rustfmt",
7
"clippy",
8
"rust-analyzer",
9
+ "rust-src"
10
]
11
profile = "minimal"
0 commit comments