diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -129,11 +129,19 @@ lua-language-server stylua ]; + nix = [ nix-doc nixd nixfmt-rfc-style ]; + + rust = [ + # NOTE: required to find project root + # NOTE: for now unused, so commented out + # cargo + rust-analyzer + ]; }; }; |