🐛 nix flake check should not fail because of formating

This commit is contained in:
Ingolf Wagner 2025-01-19 09:54:01 +13:00
parent cea5fae7ea
commit dbd7cc2648
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 9 additions and 8 deletions

View file

@ -4,6 +4,7 @@
perSystem = _: {
treefmt = {
flakeCheck = false;
# https://flake.parts/options/treefmt-nix
projectRootFile = ".git/config";
programs.nixfmt.enable = true;