1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 10:31:15 +02:00

Merge pull request #6270 from Artturin/stdineval

nix: allow using --file - to read from stdin
This commit is contained in:
Théophane Hufschmitt 2022-03-17 14:35:01 +01:00 committed by GitHub
commit 7117053457
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 44 additions and 2 deletions

View file

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