aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/builtins.hh
blob: d201fb3ac5b301325a7cfa644acb26e28672a5f0 (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);
void builtinUnpackChannel(const BasicDerivation & drv);

}