Skip to content

Commit

Permalink
add missing RUST_SRC_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Dec 10, 2022
1 parent 3d69363 commit 1ce6715
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
in
{
devShell = pkgs.mkShell {
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";

buildInputs = with pkgs; [
cargo
rustc
Expand Down

0 comments on commit 1ce6715

Please sign in to comment.