Skip to content

Commit 746d803

Browse files
committed
1 parent 064eb2d commit 746d803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/nix/mkdocs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ mkDerivation {
6060
buildPhase = ''
6161
runHook preBuild
6262
mkdir -p dist
63-
python ./build-tools/scripts/md/build.py --run-agda
63+
env HOME=$(mktemp -d) python ./build-tools/scripts/md/build.py --run-agda
6464
(cd _build/md/mkdocs/; mkdocs build --site-dir ../../../dist/site)
6565
runHook postBuild
6666
'';

0 commit comments

Comments
 (0)