fix Rust toolchain not working

This commit is contained in:
Tim Schubert 2024-06-22 11:34:42 +02:00
parent 5b4cc979a9
commit 0d36fec85d
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
2 changed files with 1 additions and 2 deletions

View file

@ -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"

View file

@ -109,7 +109,6 @@ with pkgs; [
reptyr
ripgrep
ripgrep
rustup
saleae-logic-2
sd # search and displace like sed but with better syntax
sieveshell