Switch back to copying

This commit is contained in:
stefan burke 2025-01-09 23:24:43 +00:00
parent b748fcb810
commit 2902ca91aa

View file

@ -25,8 +25,9 @@
setupNodeModules = ''
rm -rf node_modules package.json
ln -sf ${packageJSON} package.json
ln -sf ${nodeModules}/node_modules .
cp -r ${nodeModules}/node_modules .
chmod -R +w node_modules
cp ${packageJSON} package.json
'';
siteDrv = pkgs.stdenv.mkDerivation {