nixos/gitlab-runner: clarify the use of extraPackages

This commit is contained in:
Pol Dellaiera
2025-10-15 20:38:56 +02:00
parent f1cfb49146
commit 38b1c19ecd
@@ -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 {