aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/parser.y
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-07-31 09:19:19 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2023-07-31 10:14:15 -0400
commit1570e80219df92461ede2a672f8997a013364f5c (patch)
treed8acb0a91a807bb0e43c2f2b73dfd6b628f05b5f /src/libexpr/parser.y
parent2d1d81114d72ace89ce08cd3bc93f4eb27a2975d (diff)
Move evaluator settings (type and global) to separate file/header
Diffstat (limited to 'src/libexpr/parser.y')
-rw-r--r--src/libexpr/parser.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/parser.y b/src/libexpr/parser.y
index 217c17382..201370b90 100644
--- a/src/libexpr/parser.y
+++ b/src/libexpr/parser.y
@@ -22,6 +22,7 @@
#include "nixexpr.hh"
#include "eval.hh"
+#include "eval-settings.hh"
#include "globals.hh"
namespace nix {