Skip to content

Commit

Permalink
modules/hooks: fix biome deprecation
Browse files Browse the repository at this point in the history
Getting internal error because of deprecation.
  • Loading branch information
khaneliman committed Dec 16, 2024
1 parent aa9f40c commit 8410c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ in
binPath = migrateBinPathToPackage hooks.biome "/bin/biome";
cmdArgs =
mkCmdArgs [
[ (hooks.biome.settings.write) "--apply" ]
[ (hooks.biome.settings.write) "--write" ]
[ (hooks.biome.settings.configPath != "") "--config-path ${hooks.biome.settings.configPath}" ]
];
in
Expand Down

0 comments on commit 8410c07

Please sign in to comment.