aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/builtins.hh
blob: e20d14b90fd2380ce262ea963482aa2786ed504e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once
///@file

#include "derivations.hh"

namespace nix {

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

}