nix-community / npmlock2nix

nixify npm based packages [maintainer=@andir]
Apache License 2.0
130 stars 42 forks source link

pattern for using npmlock2nix with a private repo? #193

Open elmarsto opened 7 months ago

elmarsto commented 7 months ago

I'm using Nix for a company project. We use the GitHub NPM repo to host our API package. This involves using a GitHub PAT to log in to the private NPM repo.

What's the best way to do this with node2nix? I've tried several ideas and nothing has really worked well so far.