mirror of
https://github.com/NixOS/nix
synced 2025-07-05 20:41:47 +02:00
doc/manual: add release note for --stdin
flag
This commit is contained in:
parent
df643051e2
commit
639659dec2
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
||||||
# Release X.Y (202?-??-??)
|
# Release X.Y (202?-??-??)
|
||||||
|
|
||||||
|
* Commands which take installables on the command line can now read them from the standard input if
|
||||||
|
passed the `--stdin` flag. This is primarily useful when you have a large amount of paths which
|
||||||
|
exceed the OS arg limit.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue