forked from lix-project/lix
revert channel files overview
This commit is contained in:
parent
cd0e39bd89
commit
4bab5a6208
|
@ -1,10 +1,11 @@
|
||||||
## Channels
|
## Channels
|
||||||
|
|
||||||
[`nix-channel`] uses a [profile](@docroot@/command-ref/files/profiles.md) to store channels:
|
A directory containing symlinks to Nix channels, managed by [`nix-channel`]:
|
||||||
|
|
||||||
- `$XDG_STATE_HOME/nix/profiles/channels` for regular users
|
- `$XDG_STATE_HOME/nix/profiles/channels` for regular users
|
||||||
- `$NIX_STATE_DIR/profiles/per-user/root/channels` for `root`
|
- `$NIX_STATE_DIR/profiles/per-user/root/channels` for `root`
|
||||||
|
|
||||||
|
[`nix-channel`] uses a [profile](@docroot@/command-ref/files/profiles.md) to store channels.
|
||||||
This profile contains symlinks to the contents of those channels.
|
This profile contains symlinks to the contents of those channels.
|
||||||
|
|
||||||
## Subscribed channels
|
## Subscribed channels
|
||||||
|
|
Loading…
Reference in a new issue