Commit 4d0986e5 authored by zowoq's avatar zowoq
Browse files

hydra: add unstableGitUpdater

parent 042b1044
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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; {