mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Mark fetchTree as stable
This commit is contained in:
parent
da2b59a088
commit
4112dd1fc9
2 changed files with 3 additions and 2 deletions
|
@ -213,7 +213,6 @@ static RegisterPrimOp primop_fetchTree({
|
|||
```
|
||||
)",
|
||||
.fun = prim_fetchTree,
|
||||
.experimentalFeature = Xp::Flakes,
|
||||
});
|
||||
|
||||
static void fetch(EvalState & state, const PosIdx pos, Value * * args, Value & v,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue