alice-lg: use nix-update-script

This commit is contained in:
Steffen Vogel 2024-11-23 18:00:59 +01:00
parent 398f231c2c
commit 16edd2ed34

View File

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