mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01: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