{ pkgs ? import (import ) }: { mateamt = pkgs.lib.hydraJob (import { inherit pkgs; } // { meta = with pkgs.stdenv.lib; { description = "A whole new matemat"; maintainers = [ { email = "nek0@nek0.eu"; name = "nek0"; } ]; license = licenses.agpl3; }; }); }