Copy drizzle as well
This commit is contained in:
parent
8b3d0e9bb6
commit
c3112507b5
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue