Merge pull request #253674 from dotlambda/kuro-fetchYarnDeps

kuro: use fetchYarnDeps
This commit is contained in:
Weijia Wang 2023-09-06 21:43:06 +02:00 committed by GitHub
commit 0ec59e6b32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 12244 deletions

View file

@ -1,5 +1,6 @@
{ lib
, fetchFromGitHub
, fetchYarnDeps
, makeWrapper
, makeDesktopItem
, copyDesktopItems
@ -19,8 +20,11 @@ mkYarnPackage rec {
};
packageJSON = ./package.json;
yarnLock = ./yarn.lock;
yarnNix = ./yarn.nix;
offlineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-GTiNv7u1QK/wjQgpka7REuoLn2wjZG59kYJQaZZPycI=";
};
ELECTRON_SKIP_BINARY_DOWNLOAD = "1";

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff