mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-24 04:18:03 +00:00
kotlin: using symlinkjoin better
This commit is contained in:
parent
2cc6d4a8e5
commit
8ed93fcf04
1 changed files with 0 additions and 5 deletions
|
@ -23,11 +23,6 @@
|
|||
pkgs.kotlin-language-server
|
||||
pkgs.kotlin
|
||||
];
|
||||
buildInputs = [pkgs.makeWrapper];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/kotlin-language-server \
|
||||
--prefix PATH : ${pkgs.lib.makeBinPath [pkgs.kotlin]}
|
||||
'';
|
||||
};
|
||||
|
||||
defaultDiagnosticsProvider = ["ktlint"];
|
||||
|
|
Loading…
Add table
Reference in a new issue