diff --git a/packages/common.nix b/packages/common.nix index be233d5..cc86953 100644 --- a/packages/common.nix +++ b/packages/common.nix @@ -62,6 +62,7 @@ in { bun install \ --frozen-lockfile \ --ignore-scripts \ + --backend=copyfile \ --linker=hoisted \ --no-progress \ ${renderBunFilters filters} @@ -72,7 +73,7 @@ ${renderBunFilters filters} installPhase = '' runHook preInstall - cp -R ./node_modules $out + cp -LR ./node_modules $out runHook postInstall '';