Fix typo, lib.listOf --> types.listOf

This commit is contained in:
Nicolas B. Pierron 2017-01-15 19:05:22 +00:00 committed by Nicolas B. Pierron
parent 2ad710e70e
commit c4e2dc36f2

View File

@ -74,7 +74,7 @@ in
}; };
) ] ) ]
''; '';
type = lib.listOf overlayType; type = types.listOf overlayType;
description = '' description = ''
List of overlays to use with the Nix Packages collection. List of overlays to use with the Nix Packages collection.
(For details, see the Nixpkgs documentation.) It allows (For details, see the Nixpkgs documentation.) It allows