mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
docs/mdbook: install directly to $out
(cherry picked from commit e3f4a57fb8
)
This commit is contained in:
parent
240a7c2fdf
commit
3117e87095
3 changed files with 6 additions and 7 deletions
|
@ -108,7 +108,7 @@
|
|||
|
||||
echo -e "\n=> You can then open your browser to view the doc\n"
|
||||
|
||||
(cd "$doc_derivation"/share/doc && ${pkgs.lib.getExe pkgs.python3} ${./server.py})
|
||||
(cd "$doc_derivation" && ${pkgs.lib.getExe pkgs.python3} ${./server.py})
|
||||
'';
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue