1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Move evaluator settings (type and global) to separate file/header

This commit is contained in:
John Ericson 2023-07-31 09:19:19 -04:00
parent 2d1d81114d
commit 1570e80219
17 changed files with 207 additions and 180 deletions

View file

@ -1,3 +1,4 @@
#include "eval-settings.hh"
#include "common-eval-args.hh"
#include "shared.hh"
#include "filetransfer.hh"