diff --git a/flake.nix b/flake.nix index 44de182..1fdaad3 100644 --- a/flake.nix +++ b/flake.nix @@ -42,13 +42,13 @@ devShell = { enable = true; - mkShellArgs.shellHook = config.pre-commit.installationScript; # Programs you want to make available in the shell. # Default programs can be disabled by setting to 'null' - # tools = hp: { fourmolu = hp.fourmolu; ghcid = null; }; + # tools = hp: { fourmolu = hp.fourmolu; ghcid = null; }; hlsCheck.enable = true; + mkShellArgs.shellHook = config.pre-commit.installationScript; }; };