mirror of
https://github.com/tale/headplane.git
synced 2026-09-02 18:28:13 +00:00
Copy drizzle as well
This commit is contained in:
committed by
Aarnav Tale
parent
8b3d0e9bb6
commit
c3112507b5
@@ -46,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
mkdir -p $out/{bin,share/headplane}
|
mkdir -p $out/{bin,share/headplane}
|
||||||
cp -r build $out/share/headplane/
|
cp -r build $out/share/headplane/
|
||||||
cp -r node_modules $out/share/headplane/
|
cp -r node_modules $out/share/headplane/
|
||||||
|
cp -r drizzle $out/share/headplane/
|
||||||
sed -i "s;$PWD;../..;" $out/share/headplane/build/server/index.js
|
sed -i "s;$PWD;../..;" $out/share/headplane/build/server/index.js
|
||||||
makeWrapper ${lib.getExe nodejs_22} $out/bin/headplane \
|
makeWrapper ${lib.getExe nodejs_22} $out/bin/headplane \
|
||||||
--chdir $out/share/headplane \
|
--chdir $out/share/headplane \
|
||||||
|
|||||||
Reference in New Issue
Block a user