aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2024-03-02 12:22:34 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2024-03-02 12:22:34 +0100
commit25c14c893f05019d746321285acf55d1aa65b943 (patch)
tree9c0a728b3c723fd171668713e0755a79a2034098 /doc
parent71a3dca25cd25f63c8fc17498a9a729e545f1890 (diff)
parent4a0549be52f3f46fbce61342d8de30f7b83130c5 (diff)
downloadguix-25c14c893f05019d746321285acf55d1aa65b943.tar
guix-25c14c893f05019d746321285acf55d1aa65b943.tar.gz
Merge branch 'master' into gnome-team
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi19
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 3a0d1da202..f12f421602 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -40546,16 +40546,31 @@ After @command{guix system reconfigure} configure Nix for your user:
@itemize
@item Add a Nix channel and update it. See
-@url{https://nixos.org/nix/manual/, Nix Package Manager Guide}.
+@url{https://nixos.wiki/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:
+
+@example
+$ nix-channel --add https://nixos.org/channels/nixpkgs-unstable
+$ nix-channel --update
+@end example
+
+@item Create your Nix profile directory:
+
+@example
+$ sudo mkdir -p /nix/var/nix/profiles/per-user/$USER
+$ sudo chown $USER:root /nix/var/nix/profiles/per-user/$USER
+@end example
@item Create a symlink to your profile and activate Nix profile:
-@end itemize
@example
$ ln -s "/nix/var/nix/profiles/per-user/$USER/profile" ~/.nix-profile
$ source /run/current-system/profile/etc/profile.d/nix.sh
@end example
+@end itemize
+
@end defvar
@deftp {Data Type} nix-configuration