diff options
Diffstat (limited to 'doc/manual/rl-next')
-rw-r--r-- | doc/manual/rl-next/pipe-operator.md | 10 | ||||
-rw-r--r-- | doc/manual/rl-next/repl-log-drv.md | 9 |
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/manual/rl-next/pipe-operator.md b/doc/manual/rl-next/pipe-operator.md new file mode 100644 index 000000000..49dc01308 --- /dev/null +++ b/doc/manual/rl-next/pipe-operator.md @@ -0,0 +1,10 @@ +--- +synopsis: Pipe operator `|>` (experimental) +issues: [fj#438] +cls: [1654] +category: Features +credits: [piegames, horrors] +--- + +Implementation of the pipe operator (`|>`) in the language as described in [RFC 148](https://github.com/NixOS/rfcs/pull/148). +The feature is still marked experimental, enable `--extra-experimental-features pipe-operator` to use it. diff --git a/doc/manual/rl-next/repl-log-drv.md b/doc/manual/rl-next/repl-log-drv.md new file mode 100644 index 000000000..37d6f5cb2 --- /dev/null +++ b/doc/manual/rl-next/repl-log-drv.md @@ -0,0 +1,9 @@ +--- +synopsis: "`:log` in repl now works on derivation paths" +issues: [fj#51] +cls: [1716] +category: Improvements +credits: [goldstein] +--- + +`:log` can now accept store derivation paths in addition to derivation expressions. |