From 194ba8a02f5dabc831259f359c234acaa0ec29fa Mon Sep 17 00:00:00 2001 From: Qyriad Date: Mon, 29 Apr 2024 07:39:10 -0600 Subject: docs: guide to installables docs in installable commands' docs The installables syntax is not documented in any of the man pages or docbook pages for any of those individual commands. And while these commands really should at least peripherally individually document how installables work, in the meantime we can at least direct people to the right place. This commit also clarifies the unexpected fact that `nix profile remove` and `nix profile upgrade` do *not* take installables. Change-Id: I3b1453cb197a613bbab639c66a466365c3592c6d --- src/nix/path-info.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nix/path-info.md') diff --git a/src/nix/path-info.md b/src/nix/path-info.md index 2dda866d0..5f31215d7 100644 --- a/src/nix/path-info.md +++ b/src/nix/path-info.md @@ -1,5 +1,7 @@ R""( +**Note:** this command's interface is based heavily around [*installables*](./nix.md#installables), which you may want to read about first (`nix --help`). + # Examples * Print the store path produced by `nixpkgs#hello`: -- cgit v1.2.3