mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
Merge #16501: add a guide about vim plugins
This commit is contained in:
commit
49b136377a
4 changed files with 109 additions and 0 deletions
|
@ -68,6 +68,10 @@ pkgs.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 ${lib.nixpkgsVersion} > .version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue