mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
fetchTree: Use a feature flag
This commit is contained in:
parent
4ad5826a18
commit
890df325c7
2 changed files with 6 additions and 4 deletions
|
@ -8,6 +8,8 @@ namespace nix {
|
|||
|
||||
static void prim_fetchTree(EvalState & state, const Pos & pos, Value * * args, Value & v)
|
||||
{
|
||||
settings.requireExperimentalFeature("fetch-tree");
|
||||
|
||||
std::shared_ptr<const fetchers::Input> input;
|
||||
PathSet context;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue