name: 'true' type: boolean constructorArgs: ['true'] renameInGlobalScope: false
Primitive value.
It can be returned by comparison operators and used in conditional expressions.
The name true is not special, and can be shadowed:
nix-repl> let true = 1; in true
1