diff options
author | Picnoir <picnoir@alternativebit.fr> | 2024-05-09 09:15:50 +0200 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-05-12 18:49:04 +0100 |
commit | 986ee0c66c470c900db1dccadcaa092a6d0905ca (patch) | |
tree | 4d428442f87fada2dc9d7ff9e4509a3f1b55b85f /doc | |
parent | 069e4d86b871199754c15e002af6aca7d4a348c5 (diff) | |
download | guix-986ee0c66c470c900db1dccadcaa092a6d0905ca.tar guix-986ee0c66c470c900db1dccadcaa092a6d0905ca.tar.gz |
doc: Update NixOS wiki url to the official wiki.
nixos.wiki was created by a community member a long time ago. It turned out to
be very useful to the community, it became an official service last month
hosted on the NixOS.org domain name. To ease the long term maintainance among
other things.
See more details at https://github.com/NixOS/foundation/issues/113
* doc/guix.texi (Nix service): Change nixos.wiki to wiki.nixos.org.
Change-Id: Ia95074fbfad494e8ceb5c2cdb3faab23f3604882
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1c1e0164e7..ce1a06747c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -40669,7 +40669,7 @@ After @command{guix system reconfigure} configure Nix for your user: @itemize @item Add a Nix channel and update it. See -@url{https://nixos.wiki/wiki/Nix_channels, Nix channels} for more +@url{https://wiki.nixos.org/wiki/Nix_channels, Nix channels} for more information about the available channels. If you would like to use the unstable Nix channel you can do this by running: |