From 4c9af2074950632bf4bfb1ca46296d315eecc9d1 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 18 Feb 2024 14:38:06 +0530 Subject: [PATCH] flake: disable cargo-audit --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4769324..7567b98 100644 --- a/flake.nix +++ b/flake.nix @@ -70,7 +70,9 @@ }); in { checks = { - inherit gitice gitice-audit gitice-clippy gitice-fmt gitice-nextest; + inherit gitice gitice-clippy gitice-fmt gitice-nextest; + # TODO: Re-enable once https://github.com/NixOS/nixpkgs/issues/288064 is fixed + # inherit gitice-audit; }; packages.default = gitice;