pnpm.fetchDeps: ensure consistent permissions for fetcherVersion >=2
Co-authored-by: Oliver Breitwieser <oliver@breitwieser.eu>
This commit is contained in:
@@ -444,7 +444,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pnpmDeps = pnpm.fetchDeps {
|
||||
inherit (finalAttrs) pname version src;
|
||||
hash = "...";
|
||||
fetcherVersion = 1;
|
||||
fetcherVersion = 2;
|
||||
};
|
||||
})
|
||||
```
|
||||
@@ -593,6 +593,7 @@ Changes can include workarounds or bug fixes to existing PNPM issues.
|
||||
##### Version history {#javascript-pnpm-fetcherVersion-versionHistory}
|
||||
|
||||
- 1: Initial version, nothing special
|
||||
- 2: [Ensure consistent permissions](https://github.com/NixOS/nixpkgs/pull/422975)
|
||||
|
||||
### Yarn {#javascript-yarn}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user