commit
084e37ec7b
@ -411,7 +411,7 @@ rec {
|
|||||||
nixType = x:
|
nixType = x:
|
||||||
if isAttrs x then
|
if isAttrs x then
|
||||||
if x ? outPath then "derivation"
|
if x ? outPath then "derivation"
|
||||||
else "aattrs"
|
else "attrs"
|
||||||
else if isFunction x then "function"
|
else if isFunction x then "function"
|
||||||
else if isList x then "list"
|
else if isList x then "list"
|
||||||
else if x == true then "bool"
|
else if x == true then "bool"
|
||||||
|
Loading…
Reference in New Issue
Block a user