Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impl experimental pipe operators #155

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Impl experimental pipe operators #155

merged 1 commit into from
Nov 19, 2024

Conversation

oxalica
Copy link
Owner

@oxalica oxalica commented Nov 19, 2024

Supersedes #152
Closes #150

|> and <| operators are introduced as experimental feature "pipe-operator" since Nix 2.24.

Ref: https://github.com/NixOS/nix/blob/2.24.0/doc/manual/src/language/operators.md#pipe-operators

`|>` and `<|` operators are introduced as experimental feature
"pipe-operator" since Nix 2.24.

Ref: <https://github.com/NixOS/nix/blob/2.24.0/doc/manual/src/language/operators.md#pipe-operators>

Co-authored-by: Kira Malinova <llathasa@outlook.com>
@oxalica oxalica merged commit 52304da into main Nov 19, 2024
20 checks passed
@oxalica oxalica deleted the feat/pipe-op branch November 19, 2024 21:48
@viperML
Copy link
Contributor

viperML commented Nov 20, 2024

thank you for the update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support pipe-operator experimental feature
2 participants