Avoid implying that relative paths could work if a base directory were defined. The file: scheme fundamentally does not support them.
11 lines
415 B
Plaintext
11 lines
415 B
Plaintext
error:
|
|
… while calling the 'fetchTree' builtin
|
|
at /pwd/lang/eval-fail-fetchTree-relative-path.nix:1:1:
|
|
1| builtins.fetchTree "file:./relative-path.tar.gz"
|
|
| ^
|
|
2|
|
|
|
|
… while fetching the input 'file:./relative-path.tar.gz'
|
|
|
|
error: tarball 'file:./relative-path.tar.gz' must use an absolute path. The 'file' scheme does not support relative paths.
|