2019-09-11 14:10:46 +03:00
|
|
|
#include "serialise.hh"
|
|
|
|
|
|
|
|
namespace nix {
|
|
|
|
|
2019-09-11 16:25:43 +03:00
|
|
|
void unpackTarfile(Source & source, const Path & destDir);
|
|
|
|
|
2019-12-07 17:35:14 +02:00
|
|
|
void unpackTarfile(const Path & tarFile, const Path & destDir);
|
2019-09-11 14:10:46 +03:00
|
|
|
|
|
|
|
}
|