From 17fac3d23c76f8ad742ee05d6e1bd73ad9d4b1b7 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Mon, 26 Jul 2021 12:18:16 +0100 Subject: [PATCH] flake.nix: add rustracer for code completion --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fa5a7cf..07997fb 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ let pkgs = nixpkgs.legacyPackages.${system}; in { devShell = pkgs.mkShell { - buildInputs = with pkgs; [ rustup pkgconfig openssl.dev ]; + buildInputs = with pkgs; [ rustup rustracer pkgconfig openssl.dev ]; }; }); }