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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user