From 87f9a8fb4924f20f20ee1ef4c2b63a62cfe3578d Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 7 Mar 2026 23:59:37 -0800 Subject: fix hook? --- flake.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9d73f82..d7d1c2a 100644 --- a/flake.nix +++ b/flake.nix @@ -68,7 +68,6 @@ if [ -d "$RESULT_PATH" ]; then --offline \ --verbose \ --no-progress \ - --exclude-mail \ "$RESULT_PATH/**/*.html" else echo "Website build failed, skipping lychee." @@ -216,9 +215,9 @@ emacs -q --batch \ --eval '(setq make-backup-files nil auto-save-default nil create-lockfiles nil)' \ --eval '(setq org-html-htmlize-output-type (quote css))' \ --eval '(setq org-html-head-extra "\n")' \ - --eval '(org-publish-all t)' \ - --eval '(org-publish-all nil)' || (echo "FAIL:" && cat /build/*.log && exit 1) - echo "Setting up Graph View..." + --eval '(org-publish-all t)' || (echo "FAIL:" && cat /build/*.log && exit 1) + +echo "Setting up Graph View..." ${publish-org-roam-ui.packages.${system}.default}/bin/build-org-roam-graph \ $HOME/.emacs.d/org-roam.db \ $HOME/monorepo/mindmap \ -- cgit v1.3