1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-24 07:28:32 +02:00

emacs: make news entry Linux specific

This commit is contained in:
Robert Helgesson 2020-06-12 10:30:52 +02:00
parent 4ba9cedd68
commit a3cb63265d
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -1545,7 +1545,7 @@ in
{
time = "2020-06-11T18:06:37+00:00";
condition = config.services.emacs.enable;
condition = hostPlatform.isLinux && config.services.emacs.enable;
message = ''
The Emacs service now supports systemd socket activation.