diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-07-31 09:19:19 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-07-31 10:14:15 -0400 |
commit | 1570e80219df92461ede2a672f8997a013364f5c (patch) | |
tree | d8acb0a91a807bb0e43c2f2b73dfd6b628f05b5f /src/libexpr/flake | |
parent | 2d1d81114d72ace89ce08cd3bc93f4eb27a2975d (diff) |
Move evaluator settings (type and global) to separate file/header
Diffstat (limited to 'src/libexpr/flake')
-rw-r--r-- | src/libexpr/flake/flake.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/flake/flake.cc b/src/libexpr/flake/flake.cc index 9112becff..6a27ea2e8 100644 --- a/src/libexpr/flake/flake.cc +++ b/src/libexpr/flake/flake.cc @@ -1,5 +1,6 @@ #include "flake.hh" #include "eval.hh" +#include "eval-settings.hh" #include "lockfile.hh" #include "primops.hh" #include "eval-inline.hh" |