From cd3b6a2e74a206afa1f9292275b35d02f2bebf1e Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Fri, 20 Jan 2023 11:01:28 +0100 Subject: [PATCH] be more precise about where store derivation outputs are processed Co-authored-by: Adam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com> --- src/nix/nix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nix/nix.md b/src/nix/nix.md index b1eabf441da..ce8ee2fe4fc 100644 --- a/src/nix/nix.md +++ b/src/nix/nix.md @@ -130,7 +130,7 @@ These are paths inside the Nix store, or symlinks that resolve to a path in the Example: `/nix/store/p7gp6lxdg32h4ka1q398wd9r2zkbbz2v-hello-2.10.drv` -By default, if you pass a [store derivation] path to a `nix` subcommand, the command will operate on the [output path]s of the derivation. +By default, if you pass a [store derivation] path to a `nix` subcommand other than [`show-derivation`](./nix3-show-derivation.md), the command will operate on the [output path]s of the derivation. [output path]: ../../glossary.md#gloss-output-path