{ pkgs ? import {} }: let jobs = import ./gluelogic/default.nix { inherit pkgs; }; in builtins.mapAttrs (key: value: pkgs.lib.hydraJob value) jobs