Don't move doc in web output
This commit is contained in:
parent
bd55b1ed23
commit
1dd904f909
@ -12,6 +12,8 @@ let
|
||||
installPhase = ''
|
||||
cp -r public $out
|
||||
'';
|
||||
# Don't mess doc/
|
||||
dontFixup = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user