1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
error:
       … while calling the 'toString' builtin
         at /pwd/in.nix:1:1:
            1| toString { __toString = 1; }
             | ^
            2|

       … while converting a set to string

       error: attempt to call something which is not a function but an integer: 1
       at /pwd/in.nix:1:12:
            1| toString { __toString = 1; }
             |            ^
            2|