From a34dea283cba40cdc048eb0e33f893bdf7db5867 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 2 Sep 2020 04:20:00 +0000 Subject: Remove deprecated types.loaOf types.loaOf has been deprecated for a long time and is now in the process of removal. See: https://github.com/NixOS/nixpkgs/pull/96042 --- modules/launchd/launchd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/launchd') diff --git a/modules/launchd/launchd.nix b/modules/launchd/launchd.nix index d8ae175..e903c99 100644 --- a/modules/launchd/launchd.nix +++ b/modules/launchd/launchd.nix @@ -722,7 +722,7 @@ with lib; The parameters below are used as inputs to call getaddrinfo(3). ''; - type = types.nullOr (types.loaOf (types.submodule { + type = types.nullOr (types.attrsOf (types.submodule { options = { SockType = mkOption { type = types.nullOr (types.enum [ "stream" "dgram" "seqpacket" ]); -- cgit v1.2.3