birdwatcher: add updateScript

This commit is contained in:
Steffen Vogel
2024-10-27 10:31:38 +01:00
parent 694efe2c61
commit e69a5a04b8
+7 -2
View File
@@ -3,6 +3,7 @@
fetchFromGitHub,
buildGoModule,
nixosTests,
gitUpdater,
}:
buildGoModule rec {
@@ -20,8 +21,12 @@ buildGoModule rec {
deleteVendor = true;
passthru.tests = {
inherit (nixosTests) birdwatcher;
passthru = {
tests = {
inherit (nixosTests) birdwatcher;
};
updateScript = gitUpdater { };
};
meta = {