yarn-berry.fetchYarnBerryDeps: never run fixup phase

This commit is contained in:
Yureka
2025-04-25 06:23:14 +02:00
parent ac88b73a8b
commit 2418c0d2d3
@@ -58,6 +58,8 @@ stdenv.mkDerivation (
outputHashMode = "recursive";
dontFixup = true; # fixup phase does the patching of the shebangs, and FODs must never contain nix store paths.
passthru = {
inherit berryVersion;
};