mirror of
https://github.com/NixOS/nix.git
synced 2025-12-03 23:51:00 +01:00
Progress on #5638
There are still a global fetcher and eval settings, but they are pushed
down into `libnixcmd`, which is a lot less bad a place for this sort of
thing.
Continuing process pioneered in
52bfccf8d8.
7 lines
81 B
C++
7 lines
81 B
C++
#include "flake/settings.hh"
|
|
|
|
namespace nix::flake {
|
|
|
|
Settings::Settings() {}
|
|
|
|
}
|