lsps and stuff
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ rustup ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
rust-analyzer
|
||||
rustfmt
|
||||
rustup
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user