aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-03-16 20:48:50 +0200
committerArtturin <Artturin@artturin.com>2022-03-16 21:01:51 +0200
commita5c969db496843b9a42b3aee494a02714ee9ca78 (patch)
treed8a0da56987bcc9b7151755d8e9f674ddf7506dd /doc
parentd5322698a2abbc6d141e1d244e17b0d226a2f18b (diff)
nix: allow using --file - to read from stdin
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/release-notes/rl-next.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index c869b5e2f..c9753f9aa 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -1 +1,3 @@
# Release X.Y (202?-??-??)
+
+* Various nix commands can now read expressions from stdin with `--file -`.