1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-07 16:35:27 -04:00

Fix reference to experimental features docs

Arose because https://github.com/NixOS/nix/pull/9014 merged before
https://github.com/NixOS/nix/pull/11131, but the latter did not rebase /
merge against the latest master.
This commit is contained in:
Cole Helbling 2024-07-25 11:38:45 -07:00
parent 6ec123ad6b
commit 6e178cd899

View file

@ -198,11 +198,11 @@ Equivalent to `!`*b1* `||` *b2*.
> **Warning**
>
> This syntax is part of an
> [experimental feature](@docroot@/contributing/experimental-features.md)
> [experimental feature](@docroot@/development/experimental-features.md)
> and may change in future releases.
>
> To use this syntax, make sure the
> [`pipe-operators` experimental feature](@docroot@/contributing/experimental-features.md#xp-feature-pipe-operators)
> [`pipe-operators` experimental feature](@docroot@/development/experimental-features.md#xp-feature-pipe-operators)
> is enabled.
> For example, include the following in [`nix.conf`](@docroot@/command-ref/conf-file.md):
>