Hi.
I am currently trying to resolve a build issue with a complicated yarn workspace using Nix.
jan has two workspaces within their project, and they add tgz files as dependencies to use libraries created in one workspace from another. When I ran yarn-berry-fetcher against the yarn.lock file declared in the workspace where this file is listed, I received the following error.
$ nix run nixpkgs\#yarn-berry_4.yarn-berry-fetcher missing-hashes extensions/yarn.lock
CacheKey { version: 10, compression: Some(0) }
thread 'main' panicked at src/main.rs:390:13:
Unsupported or unrecognized source: @janhq/core@file:../../core/package.tgz#../../core/package.tgz::hash=a54d4d&locator=%40janhq%2Fassistant-extension%40workspace%3Aassistant-extension
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Is anyone familiar with how to resolve this?
My current work: nixpkgs/pkgs/by-name/ja/jan/package.nix at aa1b473b75d98d2b8595d8a3613ad350fc1639ec · turtton/nixpkgs · GitHub