From 60756b16d5485aff0d6d37c949f191e685898a64 Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Sun, 21 Apr 2024 22:43:53 -0700 Subject: [PATCH] add cargo-audit to the devshell Apparently github actions VMs ship with it and that's how it was working before? Cursed. We should control our own supply chain and also ensure that local development uses the same version as CI. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e512236c..9dadcff3 100644 --- a/flake.nix +++ b/flake.nix @@ -161,6 +161,7 @@ ] ++ (with pkgsHost; [ engage + cargo-audit # Needed for producing Debian packages cargo-deb