Skip to content

Commit 0ddd26d

Browse files
authored
Merge pull request #538 from khaneliman/biome
fix: biome write deprecation
2 parents 0bb4be5 + 03c878f commit 0ddd26d

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)