about summary refs log tree commit diff
path: root/third_party/nix/src/libstore/builtins.hh
blob: 0d2da873ece477ae1e87c7c36c1c74ead918c2c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "derivations.hh"

namespace nix {

// TODO: make pluggable.
void builtinFetchurl(const BasicDerivation & drv, const std::string & netrcData);
void builtinBuildenv(const BasicDerivation & drv);

}