diff --git a/flake/dev/devshell.nix b/flake/dev/devshell.nix index 7666c935..3477df31 100644 --- a/flake/dev/devshell.nix +++ b/flake/dev/devshell.nix @@ -16,6 +16,10 @@ devshells.default = { devshell.startup.pre-commit.text = config.pre-commit.installationScript; + devshell.packages = [ + config.formatter + ]; + commands = let # Thanks to this, the user can choose to use `nix-output-monitor` (`nom`) instead of plain `nix`