1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 14:53:16 +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,5 @@
#include "users.hh"
#include "config-global.hh"
#include "globals.hh"
#include "profiles.hh"
#include "eval.hh"

View file

@ -1,4 +1,5 @@
#include "users.hh"
#include "config-global.hh"
#include "globals.hh"
#include "fetch-settings.hh"
#include "flake.hh"