diff --git a/dn42-registry.nix b/dn42-registry.nix index 211e611..6515d58 100644 --- a/dn42-registry.nix +++ b/dn42-registry.nix @@ -21,18 +21,6 @@ let ./check-my-stuff ${arg} ''; }; - mntners = builtins.attrNames ( - lib.filterAttrs (_: t: t == "regular") ( - builtins.readDir ( + "/data/mntner") - ) - ); - mntnerJobs = builtins.listToAttrs ( - map (mntner: rec { - name = "mntner-${mntner}"; - value = lib.hydraJob (check name mntner); - }) mntners - ); -in -mntnerJobs // { +in { all = lib.hydraJob (check "all" "--all"); }