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/upgrade-nix.cc | |
parent | 2d1d81114d72ace89ce08cd3bc93f4eb27a2975d (diff) |
Move evaluator settings (type and global) to separate file/header
Diffstat (limited to 'src/nix/upgrade-nix.cc')
-rw-r--r-- | src/nix/upgrade-nix.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/upgrade-nix.cc b/src/nix/upgrade-nix.cc index d05c23fb7..d238456db 100644 --- a/src/nix/upgrade-nix.cc +++ b/src/nix/upgrade-nix.cc @@ -3,6 +3,7 @@ #include "store-api.hh" #include "filetransfer.hh" #include "eval.hh" +#include "eval-settings.hh" #include "attr-path.hh" #include "names.hh" #include "progress-bar.hh" |