akkoma-fe: Migrate to prefetch-yarn-deps
cf. <https://github.com/NixOS/nixpkgs/issues/240174>
This commit is contained in:
parent
0a8e3e0748
commit
82ff38ce4a
@ -1,7 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitea, fetchYarnDeps
|
, fetchFromGitea, fetchYarnDeps
|
||||||
, fixup_yarn_lock, yarn, nodejs
|
, prefetch-yarn-deps, yarn, nodejs
|
||||||
, jpegoptim, oxipng, nodePackages
|
, jpegoptim, oxipng, nodePackages
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
fixup_yarn_lock
|
prefetch-yarn-deps
|
||||||
yarn
|
yarn
|
||||||
nodejs
|
nodejs
|
||||||
jpegoptim
|
jpegoptim
|
||||||
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||||||
export HOME="$(mktemp -d)"
|
export HOME="$(mktemp -d)"
|
||||||
|
|
||||||
yarn config --offline set yarn-offline-mirror ${lib.escapeShellArg offlineCache}
|
yarn config --offline set yarn-offline-mirror ${lib.escapeShellArg offlineCache}
|
||||||
fixup_yarn_lock yarn.lock
|
fixup-yarn-lock yarn.lock
|
||||||
|
|
||||||
yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive
|
yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user