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

WIP get settings info out of headers, out of libutil

Also make a tiny bit of progress on libstore
This commit is contained in:
John Ericson 2024-07-02 14:57:31 -04:00
parent 2ea9f59978
commit b0e198cd03
66 changed files with 247 additions and 137 deletions

View file

@ -1,5 +1,5 @@
#include "nix/expr/attr-set.hh"
#include "nix/util/configuration.hh"
#include "nix/main/configuration.hh"
#include "nix/expr/eval.hh"
#include "nix/store/globals.hh"
#include "nix/expr/value.hh"