Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
chore(docs): Fix lib.getExe warnings for mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
shanesveller committed Mar 7, 2024
1 parent 91dc7ce commit e137720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-parts/docs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
cp -r ${self}/docs $TMP/docs
chmod u+w $TMP/docs
ln -s ${optionsDoc.optionsCommonMark} $TMP/docs/options.md
${lib.getExe pkgs.mdbook} build -d $out $TMP/
${lib.getExe' pkgs.mdbook "mdbook"} build -d $out $TMP/
'';

packages.optionsDoc = optionsDoc.optionsCommonMark;
Expand Down

0 comments on commit e137720

Please sign in to comment.