tvl-depot/third_party/nix/src/libstore/builtins.hh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
243 B
C++
Raw Normal View History

#pragma once
#include "libstore/derivations.hh"
namespace nix {
// TODO: make pluggable.
void builtinFetchurl(const BasicDerivation& drv, const std::string& netrcData);
void builtinBuildenv(const BasicDerivation& drv);
} // namespace nix