From 7eaa7e82529cb727f67453feb26e8e460b8385aa Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 5 Aug 2024 18:32:27 +0300 Subject: [PATCH] pnpm_{8,9}.fetchDeps: fix --ignore-scripts argument Co-authored-by: Niklas Korz --- pkgs/development/tools/pnpm/fetch-deps/default.nix | 2 +- pkgs/development/tools/pnpm/fetch-deps/pnpm-config-hook.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/pnpm/fetch-deps/default.nix b/pkgs/development/tools/pnpm/fetch-deps/default.nix index 17252c6cc043..65dc7c9cf527 100644 --- a/pkgs/development/tools/pnpm/fetch-deps/default.nix +++ b/pkgs/development/tools/pnpm/fetch-deps/default.nix @@ -62,7 +62,7 @@ # --force allows us to fetch all dependencies including ones that aren't meant for our host platform pnpm install \ --force \ - --ignore-script \ + --ignore-scripts \ --frozen-lockfile runHook postInstall diff --git a/pkgs/development/tools/pnpm/fetch-deps/pnpm-config-hook.sh b/pkgs/development/tools/pnpm/fetch-deps/pnpm-config-hook.sh index ba7b1b4094e8..00172f840aef 100644 --- a/pkgs/development/tools/pnpm/fetch-deps/pnpm-config-hook.sh +++ b/pkgs/development/tools/pnpm/fetch-deps/pnpm-config-hook.sh @@ -26,7 +26,7 @@ pnpmConfigHook() { pnpm install \ --offline \ - --ignore-script \ + --ignore-scripts \ --frozen-lockfile