mirror of
https://github.com/NixOS/nix
synced 2025-06-29 10:31:15 +02: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
.
9 lines
85 B
C++
9 lines
85 B
C++
#include "fetch-settings.hh"
|
|
|
|
namespace nix::fetchers {
|
|
|
|
Settings::Settings()
|
|
{
|
|
}
|
|
|
|
}
|