summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2021-05-14 12:46:14 +0200
committerAlan Pearce2021-05-14 12:46:14 +0200
commit0c69708a9ff0cfd526afc193a4b69b2fbe078f45 (patch)
tree03e0e8cc8d800e5dbdbd8e8ad32e6c5fd0d0602f
parentd0deb1037ba46553a02a6d7d84b6abb5d4b6bbd8 (diff)
downloadnixfiles-0c69708a9ff0cfd526afc193a4b69b2fbe078f45.tar.xz
nixfiles-0c69708a9ff0cfd526afc193a4b69b2fbe078f45.zip
rust: install cargo-edit
-rw-r--r--user/settings/development/rust.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/development/rust.nix b/user/settings/development/rust.nix index 6fade291..d45b1a19 100644 --- a/user/settings/development/rust.nix +++ b/user/settings/development/rust.nix
@@ -3,6 +3,7 @@
3{ 3{
4 home.packages = with pkgs; [ 4 home.packages = with pkgs; [
5 cargo 5 cargo
6 cargo-edit
6 rustc 7 rustc
7 rustfmt 8 rustfmt
8 rust-analyzer 9 rust-analyzer