Update deprecated.nix

fix a typo
gstqt5
Wei-Ming Yang 2015-11-15 03:41:39 +08:00
parent fb864b8898
commit 8b78f17f5f
1 changed files with 1 additions and 1 deletions

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"