From ed43363e2a2ffc019370df43c4861988d29520d6 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Sun, 19 Apr 2009 10:36:30 +0000 Subject: [PATCH] following renaming whatis -> showVal svn path=/nixos/trunk/; revision=15145 --- installer/nixos-checkout.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/nixos-checkout.nix b/installer/nixos-checkout.nix index 4fedbd4d9c7..79e69757685 100644 --- a/installer/nixos-checkout.nix +++ b/installer/nixos-checkout.nix @@ -1,6 +1,6 @@ args : with args; let - inherit (pkgs.lib) id all whatis escapeShellArg concatMapStrings concatMap + inherit (pkgs.lib) id all showVal escapeShellArg concatMapStrings concatMap mapAttrs concatLists flattenAttrs filter; inherit (builtins) getAttr hasAttr head isAttrs; in @@ -18,7 +18,7 @@ rec { assert (isAttrs attrs); assert (repo + "" == repo); # assert repo is a string if (! (attrs ? type)) then - throw "repo type is missing of : ${whatis attrs}" + throw "repo type is missing of : ${showVal attrs}" # prepare svn repo else if attrs.type == "svn" then let a = { # add svn defaults