1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-14 13:01:09 +01:00
home-manager/modules/misc/news/2023/07/2023-07-25_07-16-09.nix
Austin Horstman c15ffc850c news: fix duplicate news id
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>
2025-08-06 00:11:26 -05:00

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.
'';
}