about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-07-19T17·05+0100
committertazjin <mail@tazj.in>2020-07-19T19·02+0000
commitca50fb66d26a589dbc2935de68d95716b595a07a (patch)
treeb76434ef4ffaf63887441709bf5d0deb65774900 /third_party
parent7a8880a0df579eeed7be2121dcd666cdb7e50f07 (diff)
chore(3p/nix): Update deprecated 'pure-parser' setting r/1402
This setting was renamed to api.pure about 300 years ago and caused
warnings to be issued.

Change-Id: If883b0667c3afe67ae3d2a9950a796688cfbea7a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1290
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/nix/src/libexpr/parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/libexpr/parser.y b/third_party/nix/src/libexpr/parser.y
index b272e4b034..56674ee7ed 100644
--- a/third_party/nix/src/libexpr/parser.y
+++ b/third_party/nix/src/libexpr/parser.y
@@ -1,7 +1,7 @@
 %glr-parser
-%pure-parser
 %locations
 %define parse.error verbose
+%define api.pure true
 %defines
 /* %no-lines */
 %parse-param { void * scanner }