nixos/doc/rl-2411: Mention a change in nixos/gitlab

`gitaly` is now using the bundled git package instead of `pkgs.git`
internally to maintain compatibility with GitLab.
This commit is contained in:
Yaya 2024-07-08 10:36:08 +02:00 committed by Yureka
parent 66f9d60dd7
commit 9ea48560ad

View File

@ -193,6 +193,10 @@
- `gitlab` has been updated from 16.x to 17.x and requires at least `postgresql` 14.9, as stated in the [documentation](https://docs.gitlab.com/17.1/ee/install/requirements.html#postgresql-requirements). Check the [upgrade guide](#module-services-postgres-upgrading) in the NixOS manual on how to upgrade your PostgreSQL installation.
- `gitaly` (part of `gitlab`) is now using the bundled `git` package instead of `pkgs.git` to maintain compatibility with GitLab.
- `nixos/gitlab` no longer adds `pkgs.git` to `environment.systemPackages` by default.
- The `replay-sorcery` package and module was removed as it unmaintained upstream. Consider using `gpu-screen-recorder` or `obs-studio` instead.
- `zx` was updated to v8, which introduces several breaking changes.