aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-fromJSON-overflowing.err.exp
blob: a39082b450a4b1ac069db93c41f8c7f9c5e74376 (plain)
1
2
3
4
5
6
7
8
error:
       … while calling the 'fromJSON' builtin
         at /pwd/lang/eval-fail-fromJSON-overflowing.nix:1:1:
            1| builtins.fromJSON ''{"attr": 18446744073709551615}''
             | ^
            2|

       error: unsigned json number 18446744073709551615 outside of Nix integer range