about summary refs log blame commit diff
path: root/third_party/nix/src/libstore/builtins.hh
blob: 07601be0f50c438bae823517f4db3101ddcc961c (plain) (tree)
1
2
3
4
5
6
7
8
9





                         
                        

                                                                               
 
                   
#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