diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-01-25 22:50:12 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-01-25 22:50:12 +0100 |
| commit | 0eb8384f0a8ed662c60934b7fa44f39d1b97fa7a (patch) | |
| tree | 35fa3b3dce265dbf07226817ce4afeaa4a7668c6 /modules/launchd | |
| parent | a70795944fc7201ba91e68f0e62857454991c542 (diff) | |
fix khd service
Diffstat (limited to 'modules/launchd')
| -rw-r--r-- | modules/launchd/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launchd/default.nix b/modules/launchd/default.nix index d7c5054..16e761c 100644 --- a/modules/launchd/default.nix +++ b/modules/launchd/default.nix @@ -35,7 +35,7 @@ let path = mkOption { type = types.listOf types.path; default = []; - apply = ps: makeBinPath ps; + apply = ps: "${makeBinPath ps}"; description = '' Packages added to the service's <envar>PATH</envar> environment variable. Both the <filename>bin</filename> |
