flake: fix RUST_SRC_PATH with rust-overlay

This commit is contained in:
Antoine Martin 2021-09-11 19:32:16 +02:00
parent ef34dbe2df
commit be8202d9da

View file

@ -49,7 +49,7 @@
pkg-config pkg-config
]; ];
RUST_SRC_PATH = pkgs.rust-bin.stable.latest.rust-std; RUST_SRC_PATH = "${pkgs.rust-bin.stable.latest.rust-src}/lib/rustlib/src/rust/library";
}; };
}); });
} }