diff options
| author | David Barroso <dbarrosop@dravetech.com> | 2022-12-10 13:57:26 +0100 |
|---|---|---|
| committer | David Barroso <dbarrosop@dravetech.com> | 2022-12-10 13:57:26 +0100 |
| commit | 1ce671528e40eab7f5d09f6579537a297858d284 (patch) | |
| tree | a4b554bb20d437b8c70f1fbd79ee45c9f3cd4235 /flake.nix | |
| parent | 3d693634b5dbb284a4c4712b45215005287bb92c (diff) | |
add missing RUST_SRC_PATH
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ in { devShell = pkgs.mkShell { + RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; + buildInputs = with pkgs; [ cargo rustc |
