diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2022-03-17 14:35:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-17 14:35:01 +0100 |
commit | 711705345716109749c59586bee62238cabff76c (patch) | |
tree | c41e134068adf95cf477b9e042b53390ef8af2db /doc/manual | |
parent | a0b517de5796d9a82b18242ecc63f507869237b1 (diff) | |
parent | 4f8ad41d4eb2012f01cd09ad745e78c5b8d8bee6 (diff) |
Merge pull request #6270 from Artturin/stdineval
nix: allow using --file - to read from stdin
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 2 |
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 -`. |