From 8410c07f49ff55b81b115d4fcc36c23fb95fccae Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 15 Dec 2024 23:39:39 -0600 Subject: [PATCH] modules/hooks: fix biome 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