nix: re-enable cargo-audit

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

View File

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