From 74df154f731bc84bb42578789fe948ca953477b3 Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sun, 25 Jan 2009 22:25:38 +0000 Subject: [PATCH] Fix previous commit. svn path=/nixpkgs/trunk/; revision=13870 --- pkgs/lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/lib/default.nix b/pkgs/lib/default.nix index b14632b2fb3..0799683640a 100644 --- a/pkgs/lib/default.nix +++ b/pkgs/lib/default.nix @@ -563,7 +563,7 @@ rec { if opt ? default then opt.default else throw "Not defined." else opt.merge values - )); + ); notHandle = throw "Used without option declaration."; };