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:
parent
998c2374f0
commit
c15ffc850c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue