forked from lix-project/lix
Document builtins.fetchTree
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> Supersedes #6740
This commit is contained in:
parent
94e91566ed
commit
db0d94560b
|
@ -236,6 +236,10 @@ static RegisterPrimOp primop_fetchTree({
|
|||
```nix
|
||||
builtins.fetchTree "https://example.com/"
|
||||
```
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> This function requires the [`flakes` experimental feature](@docroot@/contributing/experimental-features.md#xp-feature-flakes) to be enabled.
|
||||
)",
|
||||
.fun = prim_fetchTree,
|
||||
.experimentalFeature = Xp::Flakes,
|
||||
|
|
Loading…
Reference in a new issue