From c1bae063766e87a5218784ed1a1839f6f969ad37 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Tue, 28 Apr 2009 13:29:56 +0000 Subject: [PATCH] * Synced with trunk @ 15145 svn path=/nixos/branches/modular-nixos/; revision=15359 --- 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 4fedbd4d9c71..79e697576851 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