aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-flake-ref-to-string-negative-integer.err.exp
blob: 25c8d7eaaa8d998b0499892aeaecc08080d30007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error:
       … while calling the 'seq' builtin
         at /pwd/lang/eval-fail-flake-ref-to-string-negative-integer.nix:1:16:
            1| let n = -1; in builtins.seq n (builtins.flakeRefToString {
             |                ^
            2|   type  = "github";

       … while calling the 'flakeRefToString' builtin
         at /pwd/lang/eval-fail-flake-ref-to-string-negative-integer.nix:1:32:
            1| let n = -1; in builtins.seq n (builtins.flakeRefToString {
             |                                ^
            2|   type  = "github";

       error: negative value given for flake ref attr repo: -1