Fix typo, lib.listOf --> types.listOf
This commit is contained in:
parent
2ad710e70e
commit
c4e2dc36f2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user