From c84bc308b66e5bf6b0068135fd328f02789e0275 Mon Sep 17 00:00:00 2001 From: Luna Nightshade Date: Wed, 21 Jun 2023 22:03:32 +0200 Subject: [PATCH] I'll get this right --- flake.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 1123b9a..f7dd07f 100644 --- a/flake.nix +++ b/flake.nix @@ -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 <