flake: cleanup

pull/1849/head
Sebastien Bourdeauducq 2022-02-12 10:24:45 +08:00
parent bbfa926fa6
commit 0649e69d94
1 changed files with 1 additions and 3 deletions

View File

@ -387,11 +387,9 @@
pkgs.python3Packages.sphinx pkgs.python3Packages.sphinx_rtd_theme
pkgs.python3Packages.sphinx-argparse sphinxcontrib-wavedrom
];
preBuild = ''
'';
buildPhase = ''
export VERSIONEER_OVERRIDE=${artiqVersion}
export SOURCE_DATE_EPOCH=${builtins.toString self.sourceInfo.lastModified}
export SOURCE_DATE_EPOCH=${builtins.toString self.sourceInfo.lastModified}
cd doc/manual
make html
'';