Merge pull request #269286 from Stunkymonkey/telepoport-migrate-prefetch-yarn-deps

teleport: migrate to prefetch-yarn-deps
This commit is contained in:
Felix Bühler
2023-11-23 22:40:52 +01:00
committed by GitHub
+3 -3
View File
@@ -14,7 +14,7 @@
, stdenv
, xdg-utils
, yarn
, yarn2nix-moretea
, prefetch-yarn-deps
, nixosTests
, withRdpClient ? true
@@ -72,7 +72,7 @@ let
nativeBuildInputs = [
nodejs
yarn
yarn2nix-moretea.fixup_yarn_lock
prefetch-yarn-deps
];
configurePhase = ''
@@ -81,7 +81,7 @@ let
buildPhase = ''
yarn config --offline set yarn-offline-mirror ${yarnOfflineCache}
fixup_yarn_lock yarn.lock
fixup-yarn-lock yarn.lock
yarn install --offline \
--frozen-lockfile \