Loading pkgs/by-name/mo/models-dev/package.nix +7 −7 Original line number Diff line number Diff line Loading @@ -41,13 +41,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { dontConfigure = true; patches = [ # In bun 1.2.13 (release-25.05) HTML entrypoints get content hashes # appended → index.html becomes index-pq8vj7za.html in ./dist. So, we # rename the index file back to index.html ./post-build-rename-index-file.patch ]; buildPhase = '' runHook preBuild Loading Loading @@ -80,6 +73,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { nativeBuildInputs = [ bun ]; patches = [ # In bun 1.2.13 (release-25.05) HTML entrypoints get content hashes # appended → index.html becomes index-pq8vj7za.html in ./dist. So, we # rename the index file back to index.html ./post-build-rename-index-file.patch ]; configurePhase = '' runHook preConfigure Loading Loading
pkgs/by-name/mo/models-dev/package.nix +7 −7 Original line number Diff line number Diff line Loading @@ -41,13 +41,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { dontConfigure = true; patches = [ # In bun 1.2.13 (release-25.05) HTML entrypoints get content hashes # appended → index.html becomes index-pq8vj7za.html in ./dist. So, we # rename the index file back to index.html ./post-build-rename-index-file.patch ]; buildPhase = '' runHook preBuild Loading Loading @@ -80,6 +73,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { nativeBuildInputs = [ bun ]; patches = [ # In bun 1.2.13 (release-25.05) HTML entrypoints get content hashes # appended → index.html becomes index-pq8vj7za.html in ./dist. So, we # rename the index file back to index.html ./post-build-rename-index-file.patch ]; configurePhase = '' runHook preConfigure Loading