1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/tests/functional/lang/parse-fail-regression-20060610.err.exp

7 lines
171 B
Plaintext
Raw Normal View History

error: undefined variable 'gcc'
at «stdin»:9:13:
8| body = ({
9| inherit gcc;
| ^
10| }).gcc;