Skip to content

Commit

Permalink
pnpm.fetchDeps: Better pnpmInstallFlags support
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrox0 committed Oct 24, 2024
1 parent 9100149 commit 64f65cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/tools/pnpm/fetch-deps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
pname,
pnpmWorkspaces ? [ ],
prePnpmInstall ? "",
pnpmInstallFlags ? [ ],
...
}@args:
let
Expand Down Expand Up @@ -79,8 +80,8 @@
pnpm install \
--force \
--ignore-scripts \
${installFlags} \
${lib.escapeShellArgs filterFlags} \
${lib.escapeShellArgs pnpmInstallFlags} \
--frozen-lockfile
runHook postInstall
Expand Down

0 comments on commit 64f65cf

Please sign in to comment.