fix Rust toolchain not working
This commit is contained in:
parent
5b4cc979a9
commit
0d36fec85d
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[language-server.rust-analyzer]
|
||||
config = { rust-analyzer = { checkOnSave = { command = "clippy" } } }
|
||||
config = { rust-analyzer = { checkOnSave = { command = "clippy" }, procMacro.enable = true } }
|
||||
|
||||
[language-server.nixd]
|
||||
command = "nixd"
|
||||
|
|
|
@ -109,7 +109,6 @@ with pkgs; [
|
|||
reptyr
|
||||
ripgrep
|
||||
ripgrep
|
||||
rustup
|
||||
saleae-logic-2
|
||||
sd # search and displace like sed but with better syntax
|
||||
sieveshell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue