mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-17 03:17:01 +05:30
flake: disable cargo-audit
This commit is contained in:
parent
97bfb0d122
commit
4c9af20749
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue