heroic-unwrapped: pnpm_10_29_2 -> pnpm_10 (#536279)

This commit is contained in:
Sandro
2026-06-28 14:28:34 +00:00
committed by GitHub
+2 -2
View File
@@ -4,7 +4,7 @@
stdenv,
fetchFromGitHub,
# Pinned, because our FODs are not guaranteed to be stable between major versions.
pnpm_10_29_2,
pnpm_10,
fetchPnpmDeps,
pnpmConfigHook,
nodejs,
@@ -21,7 +21,7 @@
}:
let
pnpm = pnpm_10_29_2;
pnpm = pnpm_10;
legendary = callPackage ./legendary.nix { };
epic-integration = callPackage ./epic-integration.nix { };