better rust-analyzer

This commit is contained in:
Vivian 2023-12-20 14:01:11 +01:00
parent 82bc9ac40c
commit c48f42fde4
5 changed files with 26 additions and 18 deletions

View file

@ -14,6 +14,9 @@ in {
[build]
rustc-wrapper = "${pkgs.sccache}/bin/sccache"
[profile.rust-analyzer]
inherits = "dev"
'';
};