diff options
author | Qyriad <qyriad@qyriad.me> | 2024-04-29 07:39:10 -0600 |
---|---|---|
committer | Qyriad <qyriad@qyriad.me> | 2024-04-29 08:06:05 -0600 |
commit | 194ba8a02f5dabc831259f359c234acaa0ec29fa (patch) | |
tree | f0b205f1a6cf381392dbbe0a1450e617e256b0d4 /src/nix/build.md | |
parent | e2ab89a74b1d6044cea91e91f5c3d5fce203c2e8 (diff) |
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
Diffstat (limited to 'src/nix/build.md')
-rw-r--r-- | src/nix/build.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix/build.md b/src/nix/build.md index 0fbb39cc3..2435c1ef6 100644 --- a/src/nix/build.md +++ b/src/nix/build.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 * Build the default package from the flake in the current directory: |