From 06e8b63a3c2627a96aaaee1615dbb1dc3ce8acf3 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