Skip to content

Commit f155a4f

Browse files
committed
fix(fortuna) remove unnecessary cli flag
1 parent 6e9c68a commit f155a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/fortuna/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
};
3333
fix = {
3434
format = "${cargo} fmt";
35-
lint = "${cargo} sqlx migrate run && ${cargo} sqlx prepare && ${cargo} clippy -- --error-format human --color always --fix";
35+
lint = "${cargo} sqlx migrate run && ${cargo} sqlx prepare && ${cargo} clippy -- --color always --fix";
3636
};
3737
};
3838
});

0 commit comments

Comments
 (0)