let pkgs = import {}; jobs = rec { test = pkgs.lib.hydraJob ( pkgs.writeText "test" "" ); }; in jobs