mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
commit
084e37ec7b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue