hydra: add unstableGitUpdater

This commit is contained in:
zowoq
2024-09-16 12:36:39 +10:00
parent 042b10441d
commit 4d0986e5ff
+2
View File
@@ -44,6 +44,7 @@
, glibcLocales
, fetchFromGitHub
, nixosTests
, unstableGitUpdater
}:
let
@@ -232,6 +233,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
inherit nix perlDeps;
tests.basic = nixosTests.hydra.hydra;
updateScript = unstableGitUpdater {};
};
meta = with lib; {