mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
349 B
349 B
| synopsis | prs |
|---|---|
| CLI options `--arg-from-file` and `--arg-from-stdin` | 10122 |
The new CLI option --arg-from-file name path passes the contents
of file path as a string value via the function argument name to a
Nix expression. Similarly, the new option --arg-from-stdin name
reads the contents of the string from standard input.