summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Mühlbacher <tmuehlbacher@posteo.net>2024-05-22 21:42:26 +0200
committerThomas Mühlbacher <tmuehlbacher@posteo.net>2024-05-22 22:35:05 +0200
commit56a9580aeb88c4945d0c6dfa23b5051a5b5c520b (patch)
treeb4f2125b0a51cfcd61c3715b39f1b0c49f9d465d
parent2e316499df35053c140ee46819185da8b6fa9d4b (diff)
build(nix): add some packages to the dev shell
Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
-rw-r--r--flake.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 1070466e..111f7d7f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = {