From 8b78f17f5fe41482e3b0d98d5d337ea56bc11121 Mon Sep 17 00:00:00 2001 From: Wei-Ming Yang Date: Sun, 15 Nov 2015 03:41:39 +0800 Subject: Update deprecated.nix fix a typo --- lib/deprecated.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/deprecated.nix') diff --git a/lib/deprecated.nix b/lib/deprecated.nix index 3646f9e032a..3729197f48b 100644 --- a/lib/deprecated.nix +++ b/lib/deprecated.nix @@ -411,7 +411,7 @@ rec { nixType = x: if isAttrs x then if x ? outPath then "derivation" - else "aattrs" + else "attrs" else if isFunction x then "function" else if isList x then "list" else if x == true then "bool" -- cgit 1.4.1