Add nixpkgs documentation about how to create a derivation with Vim + plugins

This commit is contained in:
Marc Weber
2016-06-25 21:39:00 +02:00
parent da253439ed
commit c3f56e912a
4 changed files with 109 additions and 0 deletions
+4
View File
@@ -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