0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/buildkite-agents: update release notes

This commit is contained in:
Yorick van Pelt 2020-01-24 19:31:33 +01:00
parent f003810989
commit e242eccb0b
No known key found for this signature in database
GPG key ID: A36E70F9DC014A15
2 changed files with 11 additions and 7 deletions

View file

@ -267,6 +267,6 @@ in
]);
imports = [
(mkRemovedOptionModule [ "services" "buildkite-agent"] "services.buildkite-agent has been moved to an attribute set at services.buildkite-agents")
(mkRemovedOptionModule [ "services" "buildkite-agent"] "services.buildkite-agent has been upgraded from version 2 to version 3 and moved to an attribute set at services.buildkite-agents. Please consult the 20.03 release notes for more information.")
];
}