Merge pull request #11025 from rick68/patch-1

Update deprecated.nix
This commit is contained in:
Peter Simons 2015-11-15 09:04:07 +01:00
commit 084e37ec7b

View file

@ -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"