mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 15:58:14 +00:00
feat: nix: use updated pnpm fetcher version
see: https://nixos.org/manual/nixpkgs/stable/#javascript-pnpm-fetcherVersion
This commit is contained in:
committed by
Aarnav Tale
parent
8a9235836a
commit
1eaf3abe21
+2
-1
@@ -28,7 +28,8 @@ in
|
||||
|
||||
pnpmDeps = pnpm_10.fetchDeps {
|
||||
inherit pname version src;
|
||||
hash = "sha256-GNSpFqPobX6MDPUXxz2XwdZ2Wt7boN8aok52pGgpGoM=";
|
||||
fetcherVersion = 2;
|
||||
hash = "sha256-zK9yxTHgtZ8ybVsjmY/ZoScOWu5kpvEL6pVdpQZOYA8=";
|
||||
};
|
||||
|
||||
buildPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user