Skip to content

Commit

Permalink
nix: Use rustup to manage rust tools
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Jun 27, 2024
1 parent 7f23b0e commit d769283
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion emacs/lisp/alc-lang-rust.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
(use-package rustic
:custom
(rustic-lsp-client 'eglot)
(rustic-analyzer-command '("nix" "develop" "-c" "rust-analyzer")))
(rustic-analyzer-command '("rust-analyzer")))

(provide 'alc-lang-rust)
3 changes: 3 additions & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
ripgrep
tmux

# Languages
rustup

# Language Servers
nodePackages.pyright
nodePackages.typescript-language-server
Expand Down

0 comments on commit d769283

Please sign in to comment.