mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
[Backport release-25.05] nixos/woodpecker: fix documentation links (#427710)
This commit is contained in:
@@ -24,7 +24,7 @@ let
|
||||
DOCKER_HOST = "unix:///run/podman/podman.sock";
|
||||
}
|
||||
'';
|
||||
description = "woodpecker-agent config environment variables, for other options read the [documentation](https://woodpecker-ci.org/docs/administration/agent-config)";
|
||||
description = "woodpecker-agent config environment variables, for other options read the [documentation](https://woodpecker-ci.org/docs/administration/configuration/agent)";
|
||||
};
|
||||
|
||||
extraGroups = lib.mkOption {
|
||||
|
||||
@@ -27,7 +27,7 @@ in
|
||||
WOODPECKER_GITEA_URL = "https://git.example.com";
|
||||
}
|
||||
'';
|
||||
description = "woodpecker-server config environment variables, for other options read the [documentation](https://woodpecker-ci.org/docs/administration/server-config)";
|
||||
description = "woodpecker-server config environment variables, for other options read the [documentation](https://woodpecker-ci.org/docs/administration/configuration/server)";
|
||||
};
|
||||
environmentFile = lib.mkOption {
|
||||
type = with lib.types; coercedTo path (f: [ f ]) (listOf path);
|
||||
|
||||
Reference in New Issue
Block a user