fetchTree: Use a feature flag
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user