about summary refs log tree commit diff
path: root/third_party/nix/src/libstore/builtins.hh
blob: 07601be0f50c438bae823517f4db3101ddcc961c (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);

}  // namespace nix