2015-07-20 04:30:16 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "derivations.hh"
|
|
|
|
|
|
|
|
namespace nix {
|
|
|
|
|
2018-03-20 17:28:09 +01:00
|
|
|
// TODO: make pluggable.
|
2017-02-16 15:42:49 +01:00
|
|
|
void builtinFetchurl(const BasicDerivation & drv, const std::string & netrcData);
|
2018-03-20 17:28:09 +01:00
|
|
|
void builtinBuildenv(const BasicDerivation & drv);
|
2015-07-20 04:30:16 +02:00
|
|
|
|
|
|
|
}
|