fix: re-enable cargo-audit check

This commit is contained in:
Harsh Shandilya 2024-03-14 18:15:30 +05:30
parent 366d433787
commit 48c283ea48
1 changed files with 1 additions and 4 deletions

View File

@ -25,7 +25,6 @@
inputs.flake-compat.flake = false;
outputs = {
self,
nixpkgs,
advisory-db,
crane,
@ -70,9 +69,7 @@
});
in {
checks = {
inherit gitice gitice-clippy gitice-fmt gitice-nextest;
# TODO: Re-enable once https://github.com/NixOS/nixpkgs/issues/288064 is fixed
# inherit gitice-audit;
inherit gitice gitice-audit gitice-clippy gitice-fmt gitice-nextest;
};
packages.default = gitice;