space-station-14-launcher: add nix-update-script

`nix-update-script` is needed for releases which change `nugetDeps` to get automatically updated.
This commit is contained in:
Coca
2026-07-05 12:37:31 +01:00
parent b6a8333e60
commit d55366fd37
@@ -2,6 +2,7 @@
lib,
stdenv,
config,
nix-update-script,
buildDotnetModule,
dotnetCorePackages,
fetchFromGitHub,
@@ -133,6 +134,8 @@ buildDotnetModule rec {
icoFileToHiColorTheme SS14.Launcher/Assets/icon.ico ${pname} $out
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Launcher for Space Station 14, a multiplayer game about paranoia and disaster";
homepage = "https://spacestation14.io";