1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-09 10:31:02 +01:00

buildenv: Eliminate global variables, other cleanup

This commit is contained in:
Eelco Dolstra 2019-10-21 17:17:15 +02:00
parent a7aabd7cc7
commit b82f75464d
4 changed files with 81 additions and 70 deletions

View file

@ -6,6 +6,5 @@ namespace nix {
// TODO: make pluggable.
void builtinFetchurl(const BasicDerivation & drv, const std::string & netrcData);
void builtinBuildenv(const BasicDerivation & drv);
}