mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-14 02:06:16 +02: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:
parent
6ec123ad6b
commit
90459e60dc
1 changed files with 2 additions and 2 deletions
|
@ -198,11 +198,11 @@ Equivalent to `!`*b1* `||` *b2*.
|
||||||
> **Warning**
|
> **Warning**
|
||||||
>
|
>
|
||||||
> This syntax is part of an
|
> 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.
|
> and may change in future releases.
|
||||||
>
|
>
|
||||||
> To use this syntax, make sure the
|
> 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.
|
> is enabled.
|
||||||
> For example, include the following in [`nix.conf`](@docroot@/command-ref/conf-file.md):
|
> For example, include the following in [`nix.conf`](@docroot@/command-ref/conf-file.md):
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue