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/shell.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/shell.md')
-rw-r--r-- | src/nix/shell.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix/shell.md b/src/nix/shell.md index f36919575..598a39854 100644 --- a/src/nix/shell.md +++ b/src/nix/shell.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 * Start a shell providing `youtube-dl` from the `nixpkgs` flake: |