birdwatcher: use nix-update-script

This commit is contained in:
Steffen Vogel 2024-11-23 18:02:14 +01:00
parent 398f231c2c
commit 1f42163298

View File

@ -3,7 +3,7 @@
fetchFromGitHub,
buildGoModule,
nixosTests,
gitUpdater,
nix-update-script,
}:
buildGoModule rec {
@ -26,7 +26,7 @@ buildGoModule rec {
inherit (nixosTests) birdwatcher;
};
updateScript = gitUpdater { };
updateScript = nix-update-script { };
};
meta = {