parent
0f627107ce
commit
346077c0e0
16 changed files with 144 additions and 107 deletions
homeManagerModules/neovim/langs/rust
16
homeManagerModules/neovim/langs/rust/shell.nix
Normal file
16
homeManagerModules/neovim/langs/rust/shell.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
mkShell,
|
||||
cargo,
|
||||
rustc,
|
||||
rust-analyzer,
|
||||
rustfmt,
|
||||
...
|
||||
}:
|
||||
mkShell {
|
||||
packages = [
|
||||
cargo
|
||||
rustc
|
||||
rust-analyzer
|
||||
rustfmt
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue