I'll get this right
This commit is contained in:
parent
0bbd8b67c0
commit
c84bc308b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user