1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

nix: allow using --file - to read from stdin

This commit is contained in:
Artturin 2022-03-16 20:48:50 +02:00
parent d5322698a2
commit a5c969db49
2 changed files with 9 additions and 2 deletions

View file

@ -1 +1,3 @@
# Release X.Y (202?-??-??)
* Various nix commands can now read expressions from stdin with `--file -`.