mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
display documentation on manifest files separately
it's probably better not to show the manifest file documentation in the command-specific pages, because these are implementation details that are not really practically useful. this means no additional hassle for building the manual, but clutters the table of contents a bit.
This commit is contained in:
parent
da0dbf36cb
commit
f8620758aa
12 changed files with 257 additions and 270 deletions
|
@ -5,7 +5,7 @@ A directory containing symlinks to Nix channels, managed by [`nix-channel`]:
|
|||
- `$XDG_STATE_HOME/nix/profiles/channels` for regular users
|
||||
- `$NIX_STATE_DIR/profiles/per-user/root/channels` for `root`
|
||||
|
||||
[`nix-channel`] uses a [profile](@docroot@/command-ref/files/user-profiles.md) to store channels.
|
||||
[`nix-channel`] uses a [profile](@docroot@/command-ref/files/profiles.md) to store channels.
|
||||
This profile contains symlinks to the contents of those channels.
|
||||
|
||||
## Subscribed channels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue