ci/treefmt: disable biome settings validation

The treefmt-nix `biome.settings` validation uses inputs that are liable
to hash mismatch.

See https://github.com/numtide/treefmt-nix/pull/430
This commit is contained in:
Matt Sturgeon
2025-11-05 19:41:21 +01:00
committed by Wolfgang Walther
parent 7f7f879f92
commit ef3dca70a6
+2
View File
@@ -49,6 +49,8 @@ let
programs.biome = {
enable = true;
# Disable settings validation because its inputs are liable to hash mismatch
validate.enable = false;
settings.formatter = {
useEditorconfig = true;
};