Skip to content

Commit 483b8f0

Browse files
committed
feat(biome): don't include empty config
This change will allow usage of plain `biome.json`
1 parent 5b4ee75 commit 483b8f0

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
@@ -151,7 +151,7 @@ in
151151
cp "$json" $out
152152
'';
153153
in
154-
[
154+
l.optionals (cfg.settings != { }) [
155155
"--config-path"
156156
"${if cfg.validate.enable then validatedConfig else jsonFile}"
157157
]

0 commit comments

Comments
 (0)