From 91a67851029b8165f1c0c057b9c51a94681c338b Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Fri, 6 Oct 2017 19:57:47 +0200 Subject: nixpkgs: change loeOf to listOf --- modules/launchd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/launchd') 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 PATH -- cgit v1.2.3