alice-lg: add updateScript

This commit is contained in:
Steffen Vogel 2024-10-27 10:32:37 +01:00
parent d8ca7f6f4a
commit a7dfd9f1dc

View File

@ -4,6 +4,7 @@
buildGoModule,
fetchYarnDeps,
stdenv,
gitUpdater,
yarn,
nodejs,
nixosTests,
@ -80,7 +81,10 @@ buildGoModule rec {
subPackages = [ "cmd/alice-lg" ];
doCheck = false;
passthru.tests = nixosTests.alice-lg;
passthru = {
tests = nixosTests.alice-lg;
updateScript = gitUpdater { };
};
meta = {
homepage = "https://github.com/alice-lg/alice-lg";