diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-05-15 15:26:14 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-05-15 15:26:14 +0200 |
commit | 275468a1f0f9c0037d79b7adee68a2ae16c0af4a (patch) | |
tree | 226ffa1cb64671caa46a20199293dc5ef9ed5bfb /doc | |
parent | 914672dc4f955afc3478c256145e7f6098b7da63 (diff) |
list files used by `nix-channel`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/command-ref/nix-channel.md | 6 | ||||
-rw-r--r-- | doc/manual/src/command-ref/nix-env.md | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual/src/command-ref/nix-channel.md b/doc/manual/src/command-ref/nix-channel.md index 72d3e422b..d2144b917 100644 --- a/doc/manual/src/command-ref/nix-channel.md +++ b/doc/manual/src/command-ref/nix-channel.md @@ -52,6 +52,12 @@ The list of subscribed channels is stored in `~/.nix-channels`. {{#include ./env-common.md}} +# Files + +`nix-channel` operates on the following files. + +{{#include ./files/channels.md}} + # Examples To subscribe to the Nixpkgs channel and install the GNU Hello package: diff --git a/doc/manual/src/command-ref/nix-env.md b/doc/manual/src/command-ref/nix-env.md index b4a3dce49..650fea55c 100644 --- a/doc/manual/src/command-ref/nix-env.md +++ b/doc/manual/src/command-ref/nix-env.md @@ -83,6 +83,8 @@ match. Here are some examples: # Files +`nix-env` operates on the following files. + {{#include ./files/default-nix-expression.md}} {{#include ./files/profiles.md}} |