1
0
Fork 0
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:
Robert Hensing 2024-07-25 16:58:43 +02:00 committed by GitHub
commit 6ec123ad6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 174 additions and 9 deletions

View 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|

View file

@ -0,0 +1 @@
1 |> 2