mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 03:07:02 +05:30
flake: disable cargo-audit
This commit is contained in:
parent
abfc47463e
commit
f20a5e852c
1 changed files with 3 additions and 1 deletions
|
@ -72,7 +72,9 @@
|
|||
});
|
||||
in {
|
||||
checks = {
|
||||
inherit clipboard-substitutor clipboard-substitutor-audit clipboard-substitutor-clippy clipboard-substitutor-fmt clipboard-substitutor-nextest;
|
||||
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;
|
||||
};
|
||||
|
||||
packages.default = clipboard-substitutor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue