mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Split out GlobalConfig
into its own header
This makes it easier to understand the reach of global variables / global state in the config system.
This commit is contained in:
parent
903acc7c0f
commit
1620ad4587
22 changed files with 117 additions and 92 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "common-args.hh"
|
||||
#include "args/root.hh"
|
||||
#include "config-global.hh"
|
||||
#include "globals.hh"
|
||||
#include "logging.hh"
|
||||
#include "loggers.hh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue