Unverified Commit 698f4acc authored by Pyrox's avatar Pyrox
Browse files

pnpm.fetchDeps: Better pnpmInstallFlags support

parent 09cec0f5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
      pname,
      pnpmWorkspaces ? [ ],
      prePnpmInstall ? "",
      pnpmInstallFlags ? [ ],
      ...
    }@args:
    let
@@ -79,8 +80,8 @@
            pnpm install \
                --force \
                --ignore-scripts \
                ${installFlags} \
                ${lib.escapeShellArgs filterFlags} \
                ${lib.escapeShellArgs pnpmInstallFlags} \
                --frozen-lockfile

            runHook postInstall