mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Merge pull request #11131 from rhendric/rhendric/pipe-operators
libexpr: experimental pipe operators
This commit is contained in:
commit
6ec123ad6b
10 changed files with 174 additions and 9 deletions
5
tests/functional/lang/eval-fail-pipe-operators.err.exp
Normal file
5
tests/functional/lang/eval-fail-pipe-operators.err.exp
Normal file
|
@ -0,0 +1,5 @@
|
|||
error: experimental Nix feature 'pipe-operators' is disabled; add '--extra-experimental-features pipe-operators' to enable it
|
||||
at /pwd/lang/eval-fail-pipe-operators.nix:1:3:
|
||||
1| 1 |> 2
|
||||
| ^
|
||||
2|
|
1
tests/functional/lang/eval-fail-pipe-operators.nix
Normal file
1
tests/functional/lang/eval-fail-pipe-operators.nix
Normal file
|
@ -0,0 +1 @@
|
|||
1 |> 2
|
Loading…
Add table
Add a link
Reference in a new issue