diff options
author | Qyriad <qyriad@qyriad.me> | 2024-05-03 13:39:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix> | 2024-05-03 13:39:49 +0000 |
commit | 19645a4a6477f964ea4f53d1956e578a1ee15ecb (patch) | |
tree | b91641fbe9cd6cfb452a8a7dd83c693d3db212a0 /src/nix/path-info.md | |
parent | 6f0636a7ed40bb1254b294eedac4f7ca04d387d6 (diff) | |
parent | 4942e4e2d2217b6c4a4a7a02fefb06c831c26b97 (diff) |
Merge changes Id1a67156,I03f4c7c1,I146736bb,I3b1453cb into main
* changes:
docs: clarify how ^ works for -E/-f installables
docs: give translation examples from nix-build -E/-A to installables
docs: clarify how the different kinds of installables are selected
docs: guide to installables docs in installable commands' docs
Diffstat (limited to 'src/nix/path-info.md')
-rw-r--r-- | src/nix/path-info.md | 2 |
1 files changed, 2 insertions, 0 deletions
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`: |