diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-10-06 19:57:47 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-10-06 19:57:47 +0200 |
| commit | 91a67851029b8165f1c0c057b9c51a94681c338b (patch) | |
| tree | d15adea5ec6668f26997fb8cdffd9ccaa0853bc2 /modules/launchd | |
| parent | 9cbf0cc6156fa61829ef9a1a378bec9a7e346b0b (diff) | |
nixpkgs: change loeOf to listOf
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 7505937..a6827ae 100644 --- a/modules/launchd/default.nix +++ b/modules/launchd/default.nix @@ -37,7 +37,7 @@ let }; path = mkOption { - type = types.loeOf (types.either types.path types.str); + type = types.listOf (types.either types.path types.str); default = []; description = '' Packages added to the service's <envar>PATH</envar> |
