prettier-plugin-astro: update deprecated pnpm attributes

This commit is contained in:
Joonas Rautiola 2026-02-04 15:20:45 +02:00
commit 047e2fba12
No known key found for this signature in database
GPG key ID: 48E99D9C2C2DABE5

View file

@ -3,6 +3,8 @@
fetchFromGitHub, fetchFromGitHub,
nodejs, nodejs,
pnpm_9, pnpm_9,
pnpmConfigHook,
fetchPnpmDeps,
pins, pins,
}: let }: let
pin = pins.prettier-plugin-astro; pin = pins.prettier-plugin-astro;
@ -17,7 +19,8 @@ in
sha256 = pin.hash; sha256 = pin.hash;
}; };
pnpmDeps = pnpm_9.fetchDeps { pnpmDeps = fetchPnpmDeps {
pnpm = pnpm_9;
inherit (finalAttrs) pname src; inherit (finalAttrs) pname src;
fetcherVersion = 2; fetcherVersion = 2;
hash = "sha256-K7pIWLkIIbUKDIcysfEtcf/eVMX9ZgyFHdqcuycHCNE="; hash = "sha256-K7pIWLkIIbUKDIcysfEtcf/eVMX9ZgyFHdqcuycHCNE=";
@ -25,7 +28,9 @@ in
nativeBuildInputs = [ nativeBuildInputs = [
nodejs nodejs
pnpm_9.configHook (pnpmConfigHook.overrideAttrs {
propagatedBuildInputs = [pnpm_9];
})
]; ];
buildPhase = '' buildPhase = ''