Skip to content

Commit 03c878f

Browse files
committed
fix: biome write deprecation
Getting internal error because of deprecation.
1 parent aa9f40c commit 03c878f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hooks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1976,7 +1976,7 @@ in
19761976
binPath = migrateBinPathToPackage hooks.biome "/bin/biome";
19771977
cmdArgs =
19781978
mkCmdArgs [
1979-
[ (hooks.biome.settings.write) "--apply" ]
1979+
[ (hooks.biome.settings.write) "--write" ]
19801980
[ (hooks.biome.settings.configPath != "") "--config-path ${hooks.biome.settings.configPath}" ]
19811981
];
19821982
in

0 commit comments

Comments
 (0)