Skip to content

Impl experimental pipe operators#155

Merged
oxalica merged 1 commit into
mainfrom
feat/pipe-op
Nov 19, 2024
Merged

Impl experimental pipe operators#155
oxalica merged 1 commit into
mainfrom
feat/pipe-op

Conversation

@oxalica

@oxalica oxalica commented Nov 19, 2024

Copy link
Copy Markdown
Owner

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
@oxalica oxalica deleted the feat/pipe-op branch November 19, 2024 21:48
@viperML

viperML commented Nov 20, 2024

Copy link
Copy Markdown
Contributor

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