diff options
Diffstat (limited to 'home/mun/default.nix')
| -rw-r--r-- | home/mun/default.nix | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/home/mun/default.nix b/home/mun/default.nix index 678f21e..9b0eeb5 100644 --- a/home/mun/default.nix +++ b/home/mun/default.nix @@ -12,8 +12,17 @@ stateVersion = "25.11"; packages = with pkgs; [ - # Development - clippy + # Rust toolchain (via fenix) + (fenix.complete.withComponents [ + "cargo" + "clippy" + "rust-src" + "rustc" + "rustfmt" + ]) + rust-analyzer + + # Python ruff # Applications |
