forked from lix-project/lix
10 lines
112 B
C++
10 lines
112 B
C++
|
#pragma once
|
||
|
|
||
|
#include "derivations.hh"
|
||
|
|
||
|
namespace nix {
|
||
|
|
||
|
void builtinFetchurl(const BasicDerivation & drv);
|
||
|
|
||
|
}
|