Unverified Commit 6dca59fd authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixos/gitlab-runner: fix broken link (#452338)

parents b0d25133 985ab75c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -275,7 +275,8 @@ in
      type = types.listOf types.package;
      default = [ ];
      description = ''
        Extra packages to add to PATH for the gitlab-runner process.
        Extra packages to add to `PATH` for the `gitlab-runner` process.
        These packages won't be added to the system, use `environment.systemPackages` for that.
      '';
    };
    services = mkOption {
@@ -457,7 +458,7 @@ in
              default = "docker";
              description = ''
                Select executor, eg. shell, docker, etc.
                See [runner documentation](https://docs.gitlab.com/runner/executors/README.html) for more information.
                See [runner executor documentation](https://docs.gitlab.com/runner/executors/) for more information.
              '';
            };
            buildsDir = mkOption {