about summary refs log tree commit diff
path: root/src/libstore/builtins.hh
blob: 0cc6ba31f658b15a71f20049c766a53384a776d3 (plain) (blame)
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);

}