Skip to content

Commit 97ba99a

Browse files
committed
fix: biome config extension missing
Signed-off-by: andrea11 <[email protected]>
1 parent 6b9214f commit 97ba99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/biome.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ in
109109
};
110110

111111
validatedConfig =
112-
p.runCommand "validated-biome-config"
112+
p.runCommand "validated-biome-config.json"
113113
{
114114
buildInputs = [
115115
p.check-jsonschema

0 commit comments

Comments
 (0)