mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
doc: Use correct href for nuscht-search
This commit also adds a subdirectory in the docs derivation, to have the same local structure than what is uploaded on github pages.
This commit is contained in:
parent
ac50052a49
commit
c12e59ff7c
4 changed files with 5 additions and 5 deletions
|
@ -264,7 +264,7 @@ pkgs.stdenv.mkDerivation {
|
|||
];
|
||||
|
||||
buildPhase = ''
|
||||
dest=$out/share/doc
|
||||
dest=$out/share/doc/nixvim
|
||||
mkdir -p $dest
|
||||
${prepareMD}
|
||||
mdbook build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue