1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

hydra: add unstableGitUpdater

This commit is contained in:
zowoq 2024-09-16 12:36:39 +10:00
parent 042b10441d
commit 4d0986e5ff

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; {