Skip to content

Commit

Permalink
Merge pull request #538 from khaneliman/biome
Browse files Browse the repository at this point in the history
fix: biome write deprecation
  • Loading branch information
domenkozar authored Dec 17, 2024
2 parents 0bb4be5 + 03c878f commit 0ddd26d
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 0ddd26d

Please sign in to comment.