Loading pkgs/pkgs-lib/formats/hocon/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -113,10 +113,13 @@ in path str ]); includeType = addCheck attrs (x: (x._type or null) == "include"); in (oneOf [ atomType (listOf atomType) (addCheck (listOf atomType) (lib.all atomType.check)) (addCheck (listOf includeType) (lib.all includeType.check)) (attrsOf type') ]) // { Loading Loading
pkgs/pkgs-lib/formats/hocon/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -113,10 +113,13 @@ in path str ]); includeType = addCheck attrs (x: (x._type or null) == "include"); in (oneOf [ atomType (listOf atomType) (addCheck (listOf atomType) (lib.all atomType.check)) (addCheck (listOf includeType) (lib.all includeType.check)) (attrsOf type') ]) // { Loading