We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9c68a commit f155a4fCopy full SHA for f155a4f
apps/fortuna/flake.nix
@@ -32,7 +32,7 @@
32
};
33
fix = {
34
format = "${cargo} fmt";
35
- lint = "${cargo} sqlx migrate run && ${cargo} sqlx prepare && ${cargo} clippy -- --error-format human --color always --fix";
+ lint = "${cargo} sqlx migrate run && ${cargo} sqlx prepare && ${cargo} clippy -- --color always --fix";
36
37
38
});
0 commit comments