From ac3803b1cf8decad267bfd09362274a1941cbe8f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 19 Feb 2019 15:47:04 +0800 Subject: [PATCH] remove /home/sb hack for docs --- main.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nix b/main.nix index fe48e15..a8af869 100644 --- a/main.nix +++ b/main.nix @@ -37,7 +37,7 @@ in } '' mkdir $out - VERSIONEER_OVERRIDE=${artiqVersion} HOME=`mktemp -d` sphinx-build ${artiqSrc}/doc/manual $out/html + VERSIONEER_OVERRIDE=${artiqVersion} sphinx-build ${artiqSrc}/doc/manual $out/html mkdir $out/nix-support echo doc manual $out/html >> $out/nix-support/hydra-build-products '';