From c4e2dc36f239931681d7185b687bdd0d24b8df06 Mon Sep 17 00:00:00 2001 From: "Nicolas B. Pierron" Date: Sun, 15 Jan 2017 19:05:22 +0000 Subject: Fix typo, lib.listOf --> types.listOf --- nixos/modules/misc/nixpkgs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/misc/nixpkgs.nix') diff --git a/nixos/modules/misc/nixpkgs.nix b/nixos/modules/misc/nixpkgs.nix index f13f3e41df7..7451888484f 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 -- cgit 1.4.1