kuro: use fetchYarnDeps

This commit is contained in:
Robert Schütz
2023-09-06 10:53:47 -07:00
parent 07eab2ec18
commit 26f44f7d2e
3 changed files with 6 additions and 12244 deletions
+6 -2
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