From 03c878f82e08d28345604895e84188e249b9ce21 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 15 Dec 2024 23:39:39 -0600 Subject: [PATCH] fix: biome write deprecation Getting internal error because of deprecation. --- modules/hooks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hooks.nix b/modules/hooks.nix index 8f8b6f71..22ae7eea 100644 --- a/modules/hooks.nix +++ b/modules/hooks.nix @@ -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