build(nix): add some packages to the dev shell

Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
This commit is contained in:
Thomas Mühlbacher 2024-05-22 21:42:26 +02:00
parent 2e316499df
commit 56a9580aeb

View File

@ -56,6 +56,17 @@
];
LIBCLANG_PATH = "${pkgs.clang.cc.lib}/lib";
# here go packages that aren't required for builds but are used for
# development, and might need to be version matched with build
# dependencies (e.g. clippy or rust-analyzer).
packages = with pkgs; [
cargo-audit
cargo-outdated
clang-tools
clippy
rust-analyzer
];
};
treefmt.config = {