1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-27 17:08:31 +02:00

news: limit mpdris2 and xcape news to Linux

These modules are limited to Linux since they define systemd services.
This commit is contained in:
Robert Helgesson 2019-04-12 00:51:54 +02:00
parent 12cb82af91
commit 3db46fa9bf
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -994,6 +994,7 @@ in
{
time = "2019-02-24T00:32:23+00:00";
condition = hostPlatform.isLinux;
message = ''
A new service is available: 'services.mpdris2'.
'';
@ -1015,6 +1016,7 @@ in
{
time = "2019-04-09T20:10:22+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'services.xcape'.
'';