mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-14 18:26:16 +02:00
15 lines
627 B
Text
15 lines
627 B
Text
|
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
|