admin-fe: Migrate to prefetch-yarn-deps

cf. <https://github.com/NixOS/nixpkgs/issues/240174>

authored by Mikael Voss and committed by Yaya 501b1e35 82ff38ce

+3 -3
+3 -3
pkgs/servers/akkoma/admin-fe/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitea, fetchYarnDeps 4 - , fixup_yarn_lock, yarn, nodejs 4 + , prefetch-yarn-deps, yarn, nodejs 5 5 , python3, pkg-config, libsass 6 6 }: 7 7 ··· 25 25 }; 26 26 27 27 nativeBuildInputs = [ 28 - fixup_yarn_lock 28 + prefetch-yarn-deps 29 29 yarn 30 30 nodejs 31 31 pkg-config ··· 43 43 export HOME="$(mktemp -d)" 44 44 45 45 yarn config --offline set yarn-offline-mirror ${lib.escapeShellArg offlineCache} 46 - fixup_yarn_lock yarn.lock 46 + fixup-yarn-lock yarn.lock 47 47 48 48 yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive 49 49 patchShebangs node_modules/cross-env