reference-docs: fix option rendering issue

remove tree-style preprocessing since it is not needed anymore
This commit is contained in:
DavHau 2024-07-18 22:28:10 +07:00 committed by phaer
parent 9c9cb9f892
commit 8eee49cb1f

View File

@ -149,7 +149,7 @@
if [ ! -d src/reference ]; then
echo "linking .#optionsReference to src/reference, you need to update this manually\
and remove it before a production build"
ln -sfT $(nix build ..#optionsReference --no-link --print-out-paths) src/reference
ln -sfT $(nix build .#optionsReference --no-link --print-out-paths) src/reference
fi
'';
};