Don't move doc in web output
Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
parent
b77ce7fb56
commit
fee1d4da7e
@ -12,6 +12,8 @@ let
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
cp -r public $out
|
cp -r public $out
|
||||||
'';
|
'';
|
||||||
|
# Don't mess doc/
|
||||||
|
dontFixup = true;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user