Copy drizzle as well

This commit is contained in:
StealthBadger747
2025-07-15 14:46:25 -07:00
committed by Aarnav Tale
parent 8b3d0e9bb6
commit c3112507b5
+1
View File
@@ -46,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
mkdir -p $out/{bin,share/headplane}
cp -r build $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
makeWrapper ${lib.getExe nodejs_22} $out/bin/headplane \
--chdir $out/share/headplane \