From a086858ef51eb564a378424b21f677428a34fc9e Mon Sep 17 00:00:00 2001 From: zimbatm Date: Mon, 29 Feb 2016 20:20:31 +0000 Subject: Remove lib.deepSeqList and lib.deepSeqAttrs Both functions are broken and unused in the repo. --- lib/attrsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/attrsets.nix') diff --git a/lib/attrsets.nix b/lib/attrsets.nix index 84f6cb3658b9..f5184af42309 100644 --- a/lib/attrsets.nix +++ b/lib/attrsets.nix @@ -364,5 +364,5 @@ rec { overrideExisting = old: new: old // listToAttrs (map (attr: nameValuePair attr (attrByPath [attr] old.${attr} new)) (attrNames old)); - deepSeqAttrs = x: y: deepSeqList (attrValues x) y; + deepSeqAttrs = throw "removed 2016-02-29 because unused and broken"; } -- cgit 1.4.1