about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-05-03 00:48:17 +0200
committerProfpatsch <mail@profpatsch.de>2016-05-03 00:48:17 +0200
commit99cd994941a11cfaf13ac197e2c93c3c8ad36ec8 (patch)
tree9ac1deebc68ad72e3de4b21ccef424ac02c790e2 /doc
parent453523308c52913055bb4ee1c7a53bbeee355532 (diff)
doc/installation: nixos must not be a channel
Otherwise the `rebuild switch` to vuizvui won’t work, it would use the
channel `<nixpkgs>` instead of the vuizvui one.
Diffstat (limited to 'doc')
-rw-r--r--doc/install.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install.xml b/doc/install.xml
index df94a8f3..790837ec 100644
--- a/doc/install.xml
+++ b/doc/install.xml
@@ -34,6 +34,7 @@
 <screen>
 nix-channel --add <link
   xlink:href="&hydra.channelbase;/channels.machines.labnet.labtop"/> vuizvui
+nix-channel --remove nixos  # otherwise it will interfere with the rebuild
 nix-channel --update
 </screen>
     </command>