nix: re-enable cargo-audit

This commit is contained in:
Harsh Shandilya 2024-04-21 17:51:37 +05:30
parent fa01239211
commit ff8c8f8490
1 changed files with 1 additions and 3 deletions

View File

@ -90,9 +90,7 @@
});
in {
checks = {
inherit adx adx-clippy adx-fmt adx-nextest;
# TODO: Re-enable once https://github.com/NixOS/nixpkgs/issues/288064 is fixed
# inherit adx-audit;
inherit adx adx-audit adx-clippy adx-fmt adx-nextest;
};
packages.default = adx;