Skip to content

Commit

Permalink
Rearrange flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
axman6 committed Apr 2, 2024
1 parent a679845 commit 173c526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
};

Expand Down

0 comments on commit 173c526

Please sign in to comment.