Loading pkgs/build-support/node/fetch-pnpm-deps/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,10 @@ in jq --sort-keys "del(.. | .checkedAt?)" $f | sponge $f done # This folder contains symlinks to /build/source which we don't need # since https://github.com/pnpm/pnpm/releases/tag/v10.27.0 rm -rf $storePath/{v3,v10}/projects # Ensure consistent permissions # NOTE: For reasons not yet fully understood, pnpm might create files with # inconsistent permissions, for example inside the ubuntu-24.04 Loading pkgs/development/tools/pnpm/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ let hash = "sha256-z4anrXZEBjldQoam0J1zBxFyCsxtk+nc6ax6xNxKKKc="; }; "10" = { version = "10.26.1"; hash = "sha256-6ObkmRKPaAT1ySIjzR8uP2JVcQLAxuJUzJm7KqIpu/k="; version = "10.28.0"; hash = "sha256-mwsE5ueZRVZpF/hBG7b2X9Lz4VkEJpBOhQDhrMSzNWE="; }; }; Loading Loading
pkgs/build-support/node/fetch-pnpm-deps/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,10 @@ in jq --sort-keys "del(.. | .checkedAt?)" $f | sponge $f done # This folder contains symlinks to /build/source which we don't need # since https://github.com/pnpm/pnpm/releases/tag/v10.27.0 rm -rf $storePath/{v3,v10}/projects # Ensure consistent permissions # NOTE: For reasons not yet fully understood, pnpm might create files with # inconsistent permissions, for example inside the ubuntu-24.04 Loading
pkgs/development/tools/pnpm/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ let hash = "sha256-z4anrXZEBjldQoam0J1zBxFyCsxtk+nc6ax6xNxKKKc="; }; "10" = { version = "10.26.1"; hash = "sha256-6ObkmRKPaAT1ySIjzR8uP2JVcQLAxuJUzJm7KqIpu/k="; version = "10.28.0"; hash = "sha256-mwsE5ueZRVZpF/hBG7b2X9Lz4VkEJpBOhQDhrMSzNWE="; }; }; Loading