mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-14 13:01:09 +01:00
We generate the news id from the message. This news entry was the same as an earlier one but for a different platform, which resulted in the same entry id. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
10 lines
198 B
Nix
10 lines
198 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
time = "2023-07-25T07:16:09+00:00";
|
|
condition = pkgs.stdenv.hostPlatform.isDarwin;
|
|
message = ''
|
|
|
|
The 'services.git-sync' module is now available on Darwin/macOS.
|
|
'';
|
|
}
|