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

tests/lang/eval-fail-bad-string-interpolation-4: init

This commit is contained in:
Robert Hensing 2023-12-09 02:17:36 +01:00
parent 9b7b7a7561
commit 6e8d598314
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,11 @@
error:
… while evaluating a path segment
at /pwd/lang/eval-fail-bad-string-interpolation-4.nix:9:3:
8| # The error message should not be too long.
9| ''${pkgs}''
| ^
10|
error: cannot coerce a set to a string