1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +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:
John Ericson 2024-06-24 11:34:58 -04:00
parent 903acc7c0f
commit 1620ad4587
22 changed files with 117 additions and 92 deletions

View file

@ -1,5 +1,5 @@
#include "nix_api_util.h"
#include "config.hh"
#include "config-global.hh"
#include "error.hh"
#include "nix_api_util_internal.h"
#include "util.hh"