fix: Remove garbage "hash-source" path from content #1

Merged
Minion3665 merged 1 commit from private/skyler/fix-garbage-hash-source into main 2024-05-17 20:35:28 +00:00

View file

@ -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 = ''