summary refs log tree commit diff
path: root/doc/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2015-11-25 17:13:44 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-02-21 11:32:22 +0100
commit92179785b60d9fd9e67ac5301e78b892b1b7a0c7 (patch)
treeda6651a449617b7ee4dbda8f712dca3934978caf /doc/default.nix
parent045164bdf8e32d7baa52c68ec0f5337c457e4820 (diff)
downloadnixlib-92179785b60d9fd9e67ac5301e78b892b1b7a0c7.tar
nixlib-92179785b60d9fd9e67ac5301e78b892b1b7a0c7.tar.gz
nixlib-92179785b60d9fd9e67ac5301e78b892b1b7a0c7.tar.bz2
nixlib-92179785b60d9fd9e67ac5301e78b892b1b7a0c7.tar.lz
nixlib-92179785b60d9fd9e67ac5301e78b892b1b7a0c7.tar.xz
nixlib-92179785b60d9fd9e67ac5301e78b892b1b7a0c7.tar.zst
nixlib-92179785b60d9fd9e67ac5301e78b892b1b7a0c7.zip
DOC: Overview of Nixpkgs/channels/Hydra/tests (close #11263)
What I missed when I began using Nix and NixOS was a clear overview of
how packages, channels, Hydra, the master branch and updates to channels
relate to each other.

I've noticed I am not the only one, given the amount of times these
questions pop up.

For now I propose to include this in the Nixpkgs manual, since this
seems to be the best fit. However, I think it would be good to include
this in either a new manual, i.e., a user manual, or an 'official'
tutorial.
Diffstat (limited to 'doc/default.nix')
-rw-r--r--doc/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/default.nix b/doc/default.nix
index 7e41380d6358..65e12254f78d 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -43,6 +43,11 @@ stdenv.mkDerivation {
     cp -s '${sources-langs}'/* ./languages-frameworks
   ''
   + toDocbook {
+      inputFile = ./introduction.md;
+      outputFile = "introduction.xml";
+      useChapters = true;
+    }
+  + toDocbook {
       inputFile = ./haskell-users-guide.md;
       outputFile = "haskell-users-guide.xml";
       useChapters = true;