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





                         
                                                                                 

 
#pragma once

#include "derivations.hh"

namespace nix {

void builtinFetchurl(const BasicDerivation & drv, const std::string & netrcData);

}