aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bantyev2021-06-25 11:27:05 +0300
committerAlexander Bantyev2021-06-25 11:27:05 +0300
commitf973cb571caa194f38c0c60771ad23eb11a12b10 (patch)
treeadc1605a8e2effea41fca70528304fcb2c53c9eb
parent0964acc95051bd2b2d3ea0c9ab691e7be6eda7c0 (diff)
Add rustfmt and rust-analyzer to devShell
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 80b5568..60dc4ec 100644
--- a/flake.nix
+++ b/flake.nix
@@ -143,7 +143,7 @@
devShell = pkgs.mkShell {
inputsFrom = [ self.packages.${system}.deploy-rs ];
- buildInputs = [ pkgs.nixUnstable ];
+ buildInputs = [ pkgs.nixUnstable pkgs.rust-analyzer pkgs.rustfmt ];
};
checks = {