gomod2nix VS yarnpnp2nix

Compare gomod2nix vs yarnpnp2nix and see what are their differences.

gomod2nix

Convert applications using Go modules to Nix expressions [maintainer=@adisbladis] (by nix-community)

yarnpnp2nix

A performance focused and space efficient way of packaging NodeJS applications with Nix (by madjam002)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
gomod2nix yarnpnp2nix
3 3
197 39
3.0% -
6.9 6.0
about 1 month ago 3 months ago
Nix Nix
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

gomod2nix

Posts with mentions or reviews of gomod2nix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-19.
  • Way to get NVM working in CI/CD systems
    6 projects | news.ycombinator.com | 19 May 2023
    I'm actually working on a blog article about our setup (or possibly a series of articles, depending on how much longer it gets), it'll be published on https://korz.dev once its done. In the meantime, here's the rough summary:

    - Go projects are built with https://github.com/nix-community/gomod2nix. We generate a list of internal packages a project depends on using `go list -json` that is then passed to gomod2nix's `buildGoApplication`.

  • Help packaging Go binaries
    2 projects | /r/NixOS | 29 Oct 2021
    There are tools to automate that process if you've got an lockfile: gomod2nix.
  • Help with gomod2nix
    4 projects | /r/Nix | 9 Sep 2021
    - https://github.com/tweag/gomod2nix/issues/21

yarnpnp2nix

Posts with mentions or reviews of yarnpnp2nix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-19.
  • Way to get NVM working in CI/CD systems
    6 projects | news.ycombinator.com | 19 May 2023
    - Node projects are far trickier if you want them to be able to share dependencies and depend on one another. We have found Yarn 4 (currently release candidate, not stable yet) in combination with https://github.com/madjam002/yarnpnp2nix to work best for this. Unfortunately we have to patch some package hashes of packages that contain platform-specific binaries (such as esbuild).
  • yarnpnp2nix: More efficient way of packaging NodeJS applications
    4 projects | /r/NixOS | 2 Nov 2022
    Just wanted to share something I've been working on in case it's helpful to anyone here - https://github.com/madjam002/yarnpnp2nix

What are some alternatives?

When comparing gomod2nix and yarnpnp2nix you can also consider the following projects:

core - GO implementation of the Terra Protocol

crane - A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.

wasmvm - Go bindings to the running cosmwasm contracts with wasmer

dream2nix - Simplified nix packaging for various programming language ecosystems [maintainer=@DavHau]

regen-ledger - :seedling: Blockchain for planetary regeneration

cargo2nix - Granular builds of Rust projects for Nix

nixpkgs - Nix Packages collection & NixOS

nix2container - An archive-less dockerTools.buildImage implementation

devenv - Fast, Declarative, Reproducible, and Composable Developer Environments