flake: disable cargo-audit

This commit is contained in:
Harsh Shandilya 2024-02-18 14:38:06 +05:30
parent 97bfb0d122
commit 4c9af20749

View file

@ -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;