mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08: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:
@@ -5,6 +5,6 @@
|
||||
condition = pkgs.stdenv.hostPlatform.isDarwin;
|
||||
message = ''
|
||||
|
||||
A new module is available: 'services.git-sync'.
|
||||
The 'services.git-sync' module is now available on Darwin/macOS.
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user