Skip to content

Commit 9686678

Browse files
authored
Update flake.nix to use latest agda.nix (#994)
* Update flake.nix to use latest agda.nix * Update nixpkgs * Add x86_64-darwin to systems * Use fake HOME in python script environment See https://nixos.org/manual/nixpkgs/stable/#sec-language-texlive-lualatex-font-cache
1 parent 3bd2a84 commit 9686678

File tree

3 files changed

+25
-266
lines changed

3 files changed

+25
-266
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)