You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which nix'sbuildNpmPackage recognises as an ssh url and thereby errors.
I'm not experienced in packaging with npm, but I expect that line should omit the git@ and just look like.
If this could be patched here, then I'd have less of a need to maintain my own fork and could just have a separate flake that points to this github.
(I can also patch inside of my flake, but that process is a bit fickle though I might fall back to that if this is not or can not be addressed.)
The text was updated successfully, but these errors were encountered:
package.json
contains this lineWhich nix's
buildNpmPackage
recognises as an ssh url and thereby errors.I'm not experienced in packaging with
npm
, but I expect that line should omit thegit@
and just look like.That at least works in my fork of this repo that contains the said flake.nix.
If this could be patched here, then I'd have less of a need to maintain my own fork and could just have a separate flake that points to this github.
(I can also patch inside of my flake, but that process is a bit fickle though I might fall back to that if this is not or can not be addressed.)
The text was updated successfully, but these errors were encountered: