diff options
author | Timothy DeHerrera <tim@nrdxp.dev> | 2023-01-12 12:45:45 -0700 |
---|---|---|
committer | Timothy DeHerrera <tim@nrdxp.dev> | 2023-02-28 12:29:16 -0700 |
commit | df643051e282465b73fc29e3f223b4fd497137d7 (patch) | |
tree | 98e9913b925175b74c7bbc084fb4644aac4f0a88 /doc | |
parent | 269caa531729524915761f8a71e47e59e6a8598d (diff) |
nix-store: read paths from standard input
Resolves #7437 for new `nix-store` by adding a `--stdin` flag.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/command-ref/nix-store.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual/src/command-ref/nix-store.md b/doc/manual/src/command-ref/nix-store.md index 31fdd7806..17cbd0461 100644 --- a/doc/manual/src/command-ref/nix-store.md +++ b/doc/manual/src/command-ref/nix-store.md @@ -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 |