1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/src/libfetchers/fetch-settings.cc

10 lines
85 B
C++
Raw Normal View History

#include "fetch-settings.hh"
namespace nix::fetchers {
Settings::Settings()
{
}
}