1
0
mirror of synced 2024-09-23 18:58:22 +02:00

I'll get this right

This commit is contained in:
Luna Nightshade 2023-06-21 22:03:32 +02:00
parent 0bbd8b67c0
commit c84bc308b6

View File

@ -26,7 +26,7 @@
in rec {
packages.bayshore = pkgs.buildNpmPackage {
pname = "bayshore";
version = "1.0.3";
version = "1.0.4";
src = ./.;
npmDepsHash = "sha256-7iVoTJv5rvdiUWyhrDOGEboOo1sdQ7YvZOqbgvz/mF8=";
@ -46,7 +46,10 @@
mkdir -p $out
cp -r dist $out/dist
cp -r prisma $out/prisma
ln -s node_modules $out/node_modules
# SLOW AND TAKES UP TOO MUCH DISK!
# THIS IS A MASSIVE BODGE!
cp -r node_modules $out/node_modules
mkdir -p $out/bin
cat > $out/bin/bayshore <<EOF