lua-language-server: add update script

This commit is contained in:
Gutyina Gergő 2024-06-06 09:48:34 +02:00 committed by Yaya
parent d31c82d09b
commit 6fe9326ac8

View File

@ -7,6 +7,7 @@
CoreFoundation,
Foundation,
ditto,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@ -84,6 +85,8 @@ stdenv.mkDerivation (finalAttrs: {
# some tests require local networking
__darwinAllowLocalNetworking = true;
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "A language server that offers Lua language support";
homepage = "https://github.com/luals/lua-language-server";