alice-lg: use nix-update-script (#358499)

This commit is contained in:
Masum Reza 2024-11-23 22:39:30 +05:30 committed by GitHub
commit a52f4f2ff8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
buildGoModule,
fetchYarnDeps,
stdenv,
gitUpdater,
nix-update-script,
yarn,
nodejs,
nixosTests,
@ -83,7 +83,7 @@ buildGoModule rec {
passthru = {
tests = nixosTests.alice-lg;
updateScript = gitUpdater { };
updateScript = nix-update-script { };
};
meta = {