1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
error:
       … while calling the 'toJSON' builtin
         at /pwd/in.nix:1:1:
            1| builtins.toJSON { foo = a: 1; }
             | ^
            2|

       … while evaluating attribute 'foo'
         at /pwd/in.nix:1:19:
            1| builtins.toJSON { foo = a: 1; }
             |                   ^
            2|

       error: cannot convert a function to JSON
       at /pwd/in.nix:1:19:
            1| builtins.toJSON { foo = a: 1; }
             |                   ^
            2|