gitlab-runner

gitlab-runner 19.2.1

GitLab Runner the continuous integration executor of GitLab

https://docs.gitlab.com/runner
MIT License
main program: gitlab-runnerprograms: clear-docker-cache, gitlab-runner-helper, gitlab-runner
Platforms (30)
i686-linuxmicroblazeel-linuxmipsel-linuxpowerpc-linuxaarch64-linuxloongarch64-linuxmips64el-linuxm68k-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  gitlab-runner
];
Ad-hoc shell
nix-shell -p gitlab-runner
Flake (nix run)
nix run nixpkgs#gitlab-runner