2024-03-10 07:59:50 +00:00
|
|
|
error:
|
|
|
|
… while evaluating the error message passed to builtin.throw
|
|
|
|
|
|
|
|
error: cannot coerce a list to a string: [ ]
|
|
|
|
|
|
|
|
We expect to be able to see locals like r in the debugger:
|
|
|
|
|
|
|
|
nix-repl> r
|
|
|
|
[ ]
|
|
|
|
|
|
|
|
nix-repl> :env
|
|
|
|
Env level 0
|
2024-03-18 19:03:31 +00:00
|
|
|
static: r x
|
2024-03-10 07:59:50 +00:00
|
|
|
|
|
|
|
Env level 1
|
2024-03-18 19:03:31 +00:00
|
|
|
abort baseNameOf break builtins derivation derivationStrict dirOf false fetchGit fetchMercurial fetchTarball fetchTree fromTOML import isNull map null placeholder removeAttrs scopedImport throw toString true
|