{ pkgs ? import {}, }: with pkgs; let spaceapi = import "${}/spaceapi" { inherit pkgs; }; in { spaceapi = lib.hydraJob spaceapi; }