fix: Remove garbage "hash-source" path from content #1
|
@ -19,8 +19,8 @@ buildNpmPackage {
|
||||||
npmFlags = [ "--ignore-scripts" ];
|
npmFlags = [ "--ignore-scripts" ];
|
||||||
|
|
||||||
postUnpack = ''
|
postUnpack = ''
|
||||||
mkdir -p $sourceRoot/src/content
|
mkdir -p $sourceRoot/src/content/wiki
|
||||||
cp -r ${inputs.wiki} $sourceRoot/src/content/wiki
|
cp -r ${inputs.wiki}/* $sourceRoot/src/content/wiki
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue