1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-04 08:01:02 +01:00

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>
This commit is contained in:
Austin Horstman 2025-08-05 23:01:12 -05:00
parent 998c2374f0
commit c15ffc850c

View file

@ -5,6 +5,6 @@
condition = pkgs.stdenv.hostPlatform.isDarwin; condition = pkgs.stdenv.hostPlatform.isDarwin;
message = '' message = ''
A new module is available: 'services.git-sync'. The 'services.git-sync' module is now available on Darwin/macOS.
''; '';
} }