mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01: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