From b05e20901ea68d7040467c6a51d426372fea53b8 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Tue, 3 Sep 2024 16:47:21 +0200 Subject: [PATCH] chore(devshell): add cargo2nix to it Signed-off-by: Raito Bezarius --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index e690aef1..962418a1 100644 --- a/flake.nix +++ b/flake.nix @@ -71,6 +71,7 @@ rustfmt clang mold + cargo2nix.packages.${system}.default ]); # import the full shell using `nix develop .#full` @@ -79,6 +80,7 @@ rust-analyzer clang mold + cargo2nix.packages.${system}.default # ---- extra packages for dev tasks ---- cargo-audit cargo-outdated