diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-07-19 14:02:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-19 14:02:26 +0200 |
commit | 32494cbb29d0b73c15c1afeaa61b6515dd9c65bc (patch) | |
tree | 8533d3fc032d21c5c9c1e32985e948d759c20538 /src/libstore/globals.hh | |
parent | eca07b2a472b3b24ad7fd850b9b2448dd94e73bd (diff) | |
parent | 6c3cd429a6aabe8673af99d6bc0653d376dd69b8 (diff) |
Merge pull request #7973 from fricklerhandwerk/remove-channels
remove the Channels section
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 723d18d74..7009f6bb8 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -1018,7 +1018,7 @@ public: | `~/.nix-defexpr` | `$XDG_STATE_HOME/nix/defexpr` | | `~/.nix-channels` | `$XDG_STATE_HOME/nix/channels` | - If you already have Nix installed and are using [profiles](@docroot@/package-management/profiles.md) or [channels](@docroot@/package-management/channels.md), you should migrate manually when you enable this option. + If you already have Nix installed and are using [profiles](@docroot@/package-management/profiles.md) or [channels](@docroot@/command-ref/nix-channel.md), you should migrate manually when you enable this option. If `$XDG_STATE_HOME` is not set, use `$HOME/.local/state/nix` instead of `$XDG_STATE_HOME/nix`. This can be achieved with the following shell commands: |