From 275468a1f0f9c0037d79b7adee68a2ae16c0af4a Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Mon, 15 May 2023 15:26:14 +0200 Subject: [PATCH] list files used by `nix-channel` --- doc/manual/src/command-ref/nix-channel.md | 6 ++++++ doc/manual/src/command-ref/nix-env.md | 2 ++ 2 files changed, 8 insertions(+) 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}}