1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-12-18 09:32:57 +01:00
parent 3247594e7b
commit 720e7770a2
No known key found for this signature in database
2 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,9 @@
{
helix,
symlinkJoin,
makeWrapper,
pkgs,
}: let
languageServers = [
@ -96,7 +99,7 @@ in
paths = [helix];
buildInputs = [pkgs.makeWrapper];
buildInputs = [makeWrapper];
postBuild = ''
wrapProgram $out/bin/${helix.meta.mainProgram} \