Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkgs/by-name/ya/yarn-berry/fetcher/yarn-berry-config-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ yarnBerryConfigHook() {
export npm_config_nodedir="@nodeSrc@"
export npm_config_node_gyp="@nodeGyp@"

YARN_IGNORE_PATH=1 @yarn_offline@ install --mode=skip-build
patchShebangs node_modules
YARN_IGNORE_PATH=1 @yarn_offline@ install --inline-builds

echo "finished yarnBerryConfigHook"
Expand Down
8 changes: 4 additions & 4 deletions pkgs/by-name/ya/yarn-berry/fetcher/yarn-berry-fetcher.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "yarn-berry-${toString berryVersion}-fetcher";
version = "1.0.1";
version = "1.1.0";

src = fetchFromGitLab {
domain = "cyberchaos.dev";
owner = "yuka";
repo = "yarn-berry-fetcher";
tag = "1.0.1";
hash = "sha256-v92+aeGmT151TvcW7FvuooF3g+opdZw7QHY+CcLweJE=";
tag = "1.1.0";
hash = "sha256-FKnlJZ3VjYXvmmcSb1BKfxBBk0IY0XV+t/ULYJgo/FQ=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-TR9FT95WAaiRvoYBXeT0U6agF94BAdMswNncYysESKo=";
cargoHash = "sha256-0qr95hFYSlY4ZW8AQaTcBtMi7J1CmaoScJ43uDb5MxA=";

env.YARN_ZIP_SUPPORTED_CACHE_VERSION = berryCacheVersion;
env.LIBZIP_SYS_USE_PKG_CONFIG = 1;
Expand Down
Loading