Fix clippy and track in CI
`flake check` will run clippy.
This commit is contained in:
parent
654addc555
commit
351a206776
13 changed files with 82 additions and 50 deletions
|
|
@ -148,7 +148,7 @@
|
|||
key = "nix-bindings-rust-add-checks";
|
||||
config.checks = lib.concatMapAttrs (
|
||||
k: v:
|
||||
lib.optionalAttrs (lib.strings.hasPrefix "nix-bindings-" k && !lib.strings.hasSuffix "-clippy" k) {
|
||||
lib.optionalAttrs (lib.strings.hasPrefix "nix-bindings-" k) {
|
||||
"dependency-${k}" = v;
|
||||
}
|
||||
) nix-bindings-rust-perSystemConfig.config.checks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue