From f973cb571caa194f38c0c60771ad23eb11a12b10 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Fri, 25 Jun 2021 11:27:05 +0300 Subject: Add rustfmt and rust-analyzer to devShell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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 = { -- cgit v1.2.3