Merge pull request #316 from tmuehlbacher/disable-treefmt-check

ci: disable treefmt-check
This commit is contained in:
koverstreet 2024-07-20 20:00:19 -04:00 committed by GitHub
commit da81a430b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,6 +192,7 @@
treefmt.config = {
projectRootFile = "flake.nix";
flakeCheck = false;
programs = {
nixfmt-rfc-style.enable = true;