naersk VS napalm

Compare naersk vs napalm and see what are their differences.

naersk

Build Rust projects in Nix - no configuration, no code generation, no IFD, sandbox friendly. (by nix-community)

napalm

Support for building npm packages in Nix and lightweight npm registry [maintainer @jtojnar] (by nix-community)
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
naersk napalm
6 2
637 101
1.6% 0.0%
5.6 6.1
13 days ago 4 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.

naersk

Posts with mentions or reviews of naersk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-07.
  • Help with building a 32bit library with cargo
    3 projects | /r/NixOS | 7 Apr 2023
    i would also recommend using crane or naersk since iirc rustPlaform.buildRustPackage can mangle some of these options (or maybe i just did something wrong lol)
  • Nix & Rust - cargo2nix 0.11.0 released
    4 projects | /r/rust | 15 May 2022
    Have a look at naersk, it neither requires generated Nix files nor IFD.
  • Nix and NixOS Get So Close to Perfect
    11 projects | news.ycombinator.com | 24 Apr 2022
    We use naersk[0] for Rust projects in our Nix monorepo (for example [1]). It's pretty hands-off in terms of the Nix code needed (you don't need to pin hashes inside of the Nix code as long as you have a Cargo lockfile) and all the existing tooling keeps working fine.

    The main drawback of it is that it currently builds all of your dependencies in one big derivation, so any dependency changes cause a full rebuild. There's some other project I saw fly by which attempts to do a similar thing but split each crate into a separate derivation, but I forgot what it's called and have no experience with it.

    [0]: https://github.com/nix-community/naersk

    [1]: https://cs.tvl.fyi/depot/-/blob/ops/journaldriver/default.ni...

  • Nixery – Docker images on the fly with Nix
    8 projects | news.ycombinator.com | 18 Apr 2022
    You can also use naersk¹ if you want to avoid a two-step process. It's especially convenient when using nix flakes.

    ¹https://github.com/nix-community/naersk

  • niv, naersk, napalm: moving on
    7 projects | /r/NixOS | 9 Jul 2021
    I created https://github.com/nmattia/napalm/issues/34 and https://github.com/nmattia/naersk/issues/183 to move them to nix-community
  • Nix-ifying a Rust project
    12 projects | /r/rust | 7 Apr 2021
    sounds exactly like what naersk does. naersk doesn't need a cargSha256 argument since it downloads dependencies from Cargo.lock. it can also grab the version number from Cargo.toml

napalm

Posts with mentions or reviews of napalm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-09.
  • niv, naersk, napalm: moving on
    7 projects | /r/NixOS | 9 Jul 2021
    I created https://github.com/nmattia/napalm/issues/34 and https://github.com/nmattia/naersk/issues/183 to move them to nix-community
  • NixOS 21.05 Released
    39 projects | news.ycombinator.com | 2 Jun 2021
    Sure. NPM is the easy case because the package-lock.json file can easily be read by Nix and contains hashes for all of the packages. This means that simply be importing the file into Nix you can have a reproducible build. No Nix-specific maintenance required.

    In the linked case I use this library to manage that https://github.com/nmattia/napalm (in that example I use master but for production I would pin a version). It simply parses the package-lock.json, downloads the packages and uses npm to build the node_modules folder. It also provides some convenient functions for building packages with "bin" files or just linking node_modules inside a build.

    Note that this is more for project development. It doesn't use the "system" packages (intentionally) for Node, it fetches whatever versions you have specified from NPM. Nix will only provide the "native" stuff like Node and NPM themselves and any native libraries.

What are some alternatives?

When comparing naersk and napalm you can also consider the following projects:

crate2nix - rebuild only changed crates in CI with crate2nix and nix

nixGL - A wrapper tool for nix OpenGL application [maintainer=@guibou]

rust-overlay - Pure and reproducible nix overlay of binary distributed rust toolchains

nix - A declaratively managed computing environment for rraval

cargo2nix - Granular builds of Rust projects for Nix

nixos-shell - Spawns lightweight nixos vms in a shell

nix-direnv - A fast, persistent use_nix/use_flake implementation for direnv [maintainer=@Mic92 / @bbenne10]

flake-utils-plus - Use Nix flakes without any fluff.

direnv - unclutter your .profile

nix-processmgmt - Experimental Nix-based process management framework

nix2container - An archive-less dockerTools.buildImage implementation