1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Merge pull request #10951 from obsidiansystems/load-just-one-config

Small global config refactors
This commit is contained in:
John Ericson 2024-06-24 12:38:04 -04:00 committed by GitHub
commit fda4c78921
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 130 additions and 98 deletions

View file

@ -1,4 +1,4 @@
#include "config.hh"
#include "config-global.hh"
#include "args.hh"
#include "nix_api_util.h"
#include "nix_api_util_internal.h"