flake.nix: add rustracer for code completion

This commit is contained in:
Jez Cope 2021-07-26 12:18:16 +01:00
parent d6b69b3b1d
commit 17fac3d23c
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];
};
});
}