Nix
2.93.0-dev
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
4
#include "
lix/libstore/derivations.hh
"
5
6
namespace
nix {
7
8
// TODO: make pluggable.
9
void
builtinFetchurl(
const
BasicDerivation & drv,
const
std::string & netrcData,
const
std::string & caFileData);
10
void
builtinUnpackChannel(
const
BasicDerivation & drv);
11
12
}
derivations.hh
lix
libstore
builtins.hh
Generated by
1.10.0