Skip to content

Commit

Permalink
add haskell-language-server-wrapper symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
tstat authored and mitchellwrosen committed Aug 30, 2023
1 parent a8cc552 commit 101b48e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@
ormolu = { version = ormolu-ver; };
haskell-language-server = {
version = "latest";
modules = [
{
packages.haskell-language-server.components.exes.haskell-language-server.postInstall = ''
ln -sr "$out/bin/haskell-language-server" "$out/bin/haskell-language-server-wrapper"
'';
}
];
# specify flags via project file rather than a module override
# https://github.com/input-output-hk/haskell.nix/issues/1509
cabalProject = ''
Expand Down

0 comments on commit 101b48e

Please sign in to comment.