Currently, all tests are relative to `./tests/functional` instead of `./tests/functional/lang`. Whether this is a historical artefact or as intended, the current move is to align the tests with the new design of functional2, preparing them for an easier migration. Change-Id: Ie394691b071488a8000a005080b9167786d5bd9a
15 lines
617 B
Plaintext
15 lines
617 B
Plaintext
error:
|
|
… while calling the 'seq' builtin
|
|
at /pwd/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/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
|