diff --git a/nixos/modules/misc/nixpkgs.nix b/nixos/modules/misc/nixpkgs.nix index f13f3e41df7c..7451888484f7 100644 --- a/nixos/modules/misc/nixpkgs.nix +++ b/nixos/modules/misc/nixpkgs.nix @@ -74,7 +74,7 @@ in }; ) ] ''; - type = lib.listOf overlayType; + type = types.listOf overlayType; description = '' List of overlays to use with the Nix Packages collection. (For details, see the Nixpkgs documentation.) It allows