mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
buildenv: Eliminate global variables, other cleanup
(cherry picked from commit b82f75464d
)
This commit is contained in:
parent
76e7d958ed
commit
f9611c7ae4
4 changed files with 81 additions and 70 deletions
|
@ -6,7 +6,6 @@ namespace nix {
|
|||
|
||||
// TODO: make pluggable.
|
||||
void builtinFetchurl(const BasicDerivation & drv, const std::string & netrcData);
|
||||
void builtinBuildenv(const BasicDerivation & drv);
|
||||
void builtinUnpackChannel(const BasicDerivation & drv);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue