Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
builtins.hh
Go to the documentation of this file.
1#pragma once
3
5
6namespace nix {
7
8// TODO: make pluggable.
9void builtinFetchurl(const BasicDerivation & drv, const std::string & netrcData, const std::string & caFileData);
10void builtinUnpackChannel(const BasicDerivation & drv);
11
12}
Definition derivations.hh:274