docs/mdbook: install directly to $out

(cherry picked from commit e3f4a57fb8)
This commit is contained in:
Matt Sturgeon 2025-05-23 21:13:06 +01:00
parent 240a7c2fdf
commit 3117e87095
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 6 additions and 7 deletions

View file

@ -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})
'';
}
{