mirror of
https://github.com/nix-community/dream2nix.git
synced 2025-01-09 00:08:02 +03:00
reference-docs: fix option rendering issue
remove tree-style preprocessing since it is not needed anymore
This commit is contained in:
parent
9c9cb9f892
commit
8eee49cb1f
@ -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
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user