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:
parent
042b10441d
commit
4d0986e5ff
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue