diff options
author | Justin Bedo <cu@cua0.org> | 2020-03-27 10:59:44 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2020-03-27 10:59:44 +1100 |
commit | d4fe5ce2aaea3f951fe21094ccfa90360c12c760 (patch) | |
tree | 7a13fa9590fa70271c4da465ae02b6bca1e1879e /examples/ex-nextflow | |
parent | 7a80f94a3aa69072e25b92098a746778707cb7d6 (diff) |
update exampes to use nixpkgs.lib.pipe
Diffstat (limited to 'examples/ex-nextflow')
-rw-r--r-- | examples/ex-nextflow/nextflow-example1.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ex-nextflow/nextflow-example1.nix b/examples/ex-nextflow/nextflow-example1.nix index 0ec1cae..4f00431 100644 --- a/examples/ex-nextflow/nextflow-example1.nix +++ b/examples/ex-nextflow/nextflow-example1.nix @@ -24,7 +24,7 @@ let ''; }; -in pipe [ +in pipe input [ splitSequences (each reverse) -] input +] |