From caa158ce9f64fba18fcd6caa376427a4fab8fcf8 Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 24 Jan 2024 18:18:03 +0100 Subject: [PATCH] Add additional packages. --- shell.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shell.nix b/shell.nix index fc4d19e..1cc6d72 100644 --- a/shell.nix +++ b/shell.nix @@ -7,11 +7,16 @@ let in mkShell rec { packages = [ + cargo-audit cargo-edit + cargo-insta cargo-make + cargo-outdated + cargo-tarpaulin mdbook mdbook-linkcheck rustup-toolchain + typos ]; shellHook = ''