diff --git a/flake/dev/devshell.nix b/flake/dev/devshell.nix index 7641fe00..7666c935 100644 --- a/flake/dev/devshell.nix +++ b/flake/dev/devshell.nix @@ -81,7 +81,7 @@ { name = "format"; help = "Format the entire codebase"; - command = "nix fmt"; + command = lib.getExe config.formatter; } { name = "docs";