Skip to content

Commit 07e915d

Browse files
committed
rust shell
1 parent 6d14583 commit 07e915d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

pub/vi/nix/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ in
9696
neoformat
9797
vim-commentary
9898
render-markdown-nvim
99+
rust-vim
100+
coc-snippets
101+
unst.vimPlugins.coc-rust-analyzer
99102
#
100103
# Productivity
101104
#

rust/flake.nix

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@
1616
pkgs = nixpkgs.legacyPackages.${system};
1717
in {
1818
devShells.default = pkgs.mkShell {
19-
packages = [
20-
pkgs.rustup
19+
packages = with pkgs; [
20+
bacon
21+
cargo
22+
cargo-edit
23+
clippy
24+
rust-analyzer
25+
rustc
26+
rustfmt
2127
];
2228
};
2329
}

0 commit comments

Comments
 (0)