1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Update snapshots

This commit is contained in:
Rebecca Turner 2024-02-22 17:58:37 -08:00
parent 91e89628fd
commit fe6408b5df
No known key found for this signature in database
3 changed files with 21 additions and 0 deletions

View file

@ -41,4 +41,11 @@ error:
| ^
5| if n > 0
… while calling the 'throw' builtin
at /pwd/lang/eval-fail-duplicate-traces.nix:7:10:
6| then throwAfter (n - 1)
7| else throw "Uh oh!";
| ^
8| in
error: Uh oh!