Skip to content

Commit

Permalink
feat: update rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Sep 16, 2024
1 parent b364181 commit 7438aa0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions home/base/tui/editors/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,11 @@
))

#-- rust
rust-analyzer
cargo # rust package manager
rustfmt
# we'd better use the rust-overlays for rust development
pkgs-unstable.rust-analyzer
pkgs-unstable.cargo # rust package manager
pkgs-unstable.rustfmt
pkgs-unstable.clippy # rust linter

#-- golang
go
Expand Down

0 comments on commit 7438aa0

Please sign in to comment.