Update deprecated.nix
fix a typo
Wei-Ming Yang 10 years ago 8b78f17f fb864b88
··· 411 411 nixType = x: 412 412 if isAttrs x then 413 413 if x ? outPath then "derivation" 414 414 - else "aattrs" 414 414 + else "attrs" 415 415 else if isFunction x then "function" 416 416 else if isList x then "list" 417 417 else if x == true then "bool"