Skip to content

Commit 1ce6715

Browse files
committed
add missing RUST_SRC_PATH
1 parent 3d69363 commit 1ce6715

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
in
4747
{
4848
devShell = pkgs.mkShell {
49+
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
50+
4951
buildInputs = with pkgs; [
5052
cargo
5153
rustc

0 commit comments

Comments
 (0)