Move fetchers from libstore to libfetchers

This commit is contained in:
Eelco Dolstra
2020-03-30 14:04:53 +02:00
parent 4ba4c7ff66
commit e0a0ae0467
35 changed files with 80 additions and 90 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include "primops.hh"
#include "eval-inline.hh"
#include "store-api.hh"
#include "fetchers/fetchers.hh"
#include "fetchers.hh"
#include "finally.hh"
namespace nix {