outline: use fetchYarnDeps

This commit is contained in:
Robert Schütz 2023-09-05 20:01:55 -07:00
parent 05f82739df
commit f5f1fe8180
3 changed files with 5 additions and 28792 deletions

View file

@ -1,6 +1,7 @@
{ stdenv
, lib
, fetchFromGitHub
, fetchYarnDeps
, makeWrapper
, nodejs
, yarn
@ -22,7 +23,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper yarn2nix-moretea.fixup_yarn_lock ];
buildInputs = [ yarn nodejs ];
yarnOfflineCache = yarn2nix-moretea.importOfflineCache ./yarn.nix;
yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-j9iaxXfMlG9dT6fvYgPQg6Y0QvCRiBU1peO0YgsGHOY=";
};
configurePhase = ''
export HOME=$(mktemp -d)/yarn_home

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff