update
This commit is contained in:
parent
3247594e7b
commit
720e7770a2
2 changed files with 7 additions and 4 deletions
|
@ -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} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue