1
Files
dotfiles/hosts/default/home/rust.nix
Himadri Bhattacharjee 859ef7bb29 feat: cargo machete
2025-07-17 09:11:43 +05:30

13 lines
152 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
cargo
cargo-machete
clippy
evcxr
rust-analyzer
rustc
rustfmt
];
}