summaryrefslogtreecommitdiffstats
path: root/doc/default.nix
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2016-06-25 21:36:44 +0200
committerMarc Weber <marco-oweber@gmx.de>2016-06-25 21:39:00 +0200
commitc3f56e912a29dbfa965eb4061dc22045c3abbd5a (patch)
tree462b1cdc172416294a2210fd5d27697d72cbf8f1 /doc/default.nix
parentda253439ed6399f8315ee30a7b8dd32d68c7d088 (diff)
Add nixpkgs documentation about how to create a derivation with Vim + plugins
Diffstat (limited to 'doc/default.nix')
-rw-r--r--doc/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/default.nix b/doc/default.nix
index 6a44587a31b1..791ed28369a0 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -64,6 +64,10 @@ stdenv.mkDerivation {
inputFile = ./../pkgs/development/r-modules/README.md;
outputFile = "languages-frameworks/r.xml";
}
+ + toDocbook {
+ inputFile = ./languages-frameworks/vim.md;
+ outputFile = "./languages-frameworks/vim.xml";
+ }
+ ''
echo ${nixpkgsVersion} > .version