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/nix/flake.cc | |
parent | 2d1d81114d72ace89ce08cd3bc93f4eb27a2975d (diff) |
Move evaluator settings (type and global) to separate file/header
Diffstat (limited to 'src/nix/flake.cc')
-rw-r--r-- | src/nix/flake.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/flake.cc b/src/nix/flake.cc index b5f5d0cac..3ce1de44a 100644 --- a/src/nix/flake.cc +++ b/src/nix/flake.cc @@ -4,6 +4,7 @@ #include "shared.hh" #include "eval.hh" #include "eval-inline.hh" +#include "eval-settings.hh" #include "flake/flake.hh" #include "get-drvs.hh" #include "store-api.hh" |