mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
nix-store: read paths from standard input
Resolves #7437 for new `nix-store` by adding a `--stdin` flag.
This commit is contained in:
parent
269caa5317
commit
df643051e2
2 changed files with 15 additions and 0 deletions
|
@ -54,6 +54,11 @@ have an effect.
|
|||
created by sequentially numbering symlinks beyond the first one
|
||||
(e.g., `foo`, `foo-2`, `foo-3`, and so on).
|
||||
|
||||
- <span id="opt-stdin">[`--stdin`](#opt-stdin)</span>
|
||||
|
||||
Read *paths…* from the standard input.
|
||||
Useful for chaining nix-store commands.
|
||||
|
||||
# Operation `--realise`
|
||||
|
||||
## Synopsis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue