1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
`repl-overlays` that fail to evaluate should error.
@args --repl-overlays
@args ${PWD}/extra_data/repl-overlay-fail.nix
@should-start false
  error:
         … while evaluating final
           at «string»:6:1:
              5| in
              6| final
               | ^
              7|

         … while calling the 'foldl'' builtin
           at «string»:4:11:
              3| let
              4|   final = builtins.foldl' (prev: function: prev // (function info final prev)) initial functions;
               |           ^
              5| in

         (stack trace truncated; use '--show-trace' to show the full trace)

         error: evaluation aborted with the following error message: 'uh oh!'