Don't move doc in web output

Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
Rodrigo Arias 2025-02-14 16:36:57 +01:00
parent b77ce7fb56
commit fee1d4da7e

View File

@ -12,6 +12,8 @@ let
installPhase = ''
cp -r public $out
'';
# Don't mess doc/
dontFixup = true;
};
in
{