diff options
author | Alexander Bantyev | 2021-06-25 11:27:05 +0300 |
---|---|---|
committer | Alexander Bantyev | 2021-06-25 11:27:05 +0300 |
commit | f973cb571caa194f38c0c60771ad23eb11a12b10 (patch) | |
tree | adc1605a8e2effea41fca70528304fcb2c53c9eb | |
parent | 0964acc95051bd2b2d3ea0c9ab691e7be6eda7c0 (diff) |
Add rustfmt and rust-analyzer to devShell
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |