list files used by nix-channel

This commit is contained in:
Valentin Gagarin 2023-05-15 15:26:14 +02:00
parent 914672dc4f
commit 275468a1f0
2 changed files with 8 additions and 0 deletions

View file

@ -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:

View file

@ -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}}