forked from lix-project/lix
f9611c7ae4
(cherry picked from commit b82f75464d
)
12 lines
224 B
C++
12 lines
224 B
C++
#pragma once
|
|
|
|
#include "derivations.hh"
|
|
|
|
namespace nix {
|
|
|
|
// TODO: make pluggable.
|
|
void builtinFetchurl(const BasicDerivation & drv, const std::string & netrcData);
|
|
void builtinUnpackChannel(const BasicDerivation & drv);
|
|
|
|
}
|