summaryrefslogtreecommitdiff
path: root/modules/launchd/default.nix
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-10-19 21:55:37 +0200
committerDaiderd Jordan <daiderd@gmail.com>2017-10-19 21:55:37 +0200
commit061232c6dbd82f49ca0782c36825cd1c2c0aa3fe (patch)
treefdee7e0613cf99cda82cdc644f2b0b87aff61f8c /modules/launchd/default.nix
parentf555eb99ba153e018c1600d677b2658469f00a36 (diff)
launchd: improve descriptions
Diffstat (limited to 'modules/launchd/default.nix')
-rw-r--r--modules/launchd/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/launchd/default.nix b/modules/launchd/default.nix
index a6827ae..cbcac9c 100644
--- a/modules/launchd/default.nix
+++ b/modules/launchd/default.nix
@@ -4,7 +4,6 @@ with import ./lib.nix { inherit lib; };
with lib;
let
-
inherit (pkgs) stdenv;
cfg = config.launchd;
@@ -76,8 +75,8 @@ let
};
default = {};
description = ''
- Each attribute in this set specifies an option for a <key> in the plist.
- https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man5/launchd.plist.5.html
+ Each attribute in this set specifies an option for a key in the plist.
+ <link xlink:href="https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man5/launchd.plist.5.html"/>
'';
};
};
@@ -94,7 +93,6 @@ let
serviceConfig.EnvironmentVariables = mkIf (env != {}) env;
};
};
-
in
{