fix: set RUSTC_LIB_SRC for language server
This commit is contained in:
parent
3cca89dd0f
commit
f9eeb14d8c
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
|||
'';
|
||||
TRIVIAL_PASSWORD = pkgs.writeText "trivial-password.txt" "test";
|
||||
RABBITMQ_LOGS = "-";
|
||||
RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc;
|
||||
packages = with pkgs; [
|
||||
lix
|
||||
gitFull
|
||||
|
|
Loading…
Reference in a new issue