hydra VS mach-nix

Compare hydra vs mach-nix and see what are their differences.

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
hydra mach-nix
5 23
1,057 831
2.3% -
8.7 5.7
2 days ago about 2 months ago
Perl Python
GNU General Public License v3.0 only 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.

hydra

Posts with mentions or reviews of hydra. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-17.
  • Cloudflare R2-Backed Nix Binary Cache on Fly.io
    2 projects | news.ycombinator.com | 17 Jan 2024
    See https://github.com/NixOS/hydra/issues/838 for making content-addressed derivations supported by hydra.nixos.org. At that point, we can actually try out the XP feature at scale.

    Also see https://github.com/NixOS/nix/issues/8919 for this accepted RFC

    Once those things are done, we can get back to merging in the IPFS code.

    Now that there is an Nix team and I am on it, there is much, much less of an issue of these experiments being caught in limbo :).

  • Concerns about Arch Team size, trusting Arch supply chain, developer machines and build process
    3 projects | /r/archlinux | 8 Jan 2023
    https://github.com/nix-community/infra, Community project builds https://github.com/NixOS/hydra, NixOS build server
  • Monorepo Build Tools
    4 projects | /r/programming | 15 Dec 2022
    Nix is pretty cool, and I would say comparisons to Earthly are apt. I may tackle that in a follow-up. If you did a monorepo setup written in nix and then used something like Hydra for building, it might be a pretty nice solution.
  • Nix: Taming Unix with Functional Programming
    18 projects | news.ycombinator.com | 5 Aug 2022
    Nix seems great for build servers. This is a great introduction to the motivations behind it.

    I'm not sold on using it for managing developer environments (another use case it is often used for). It "solves" the problem that developers might be using different versions of libraries or compilers on their machines... but it comes at the cost of having to learn a whole new programming language, a configuration language, a whole new jargon, and workflow. It's a bit like using Docker as a development environment. It introduces a non-trivial amount of friction.

    Some folks get excited about package management and configuration. Personally I don't care for it enough to over-come such a high learning curve. And I don't particularly like the workflow it enforces.

    However it is pretty great for reproducible CI/CD systems like Hydra: https://github.com/NixOS/hydra

  • How shall I install a package not found at https://search.nixos.org/packages?
    3 projects | /r/NixOS | 17 Mar 2022
    Somewhat related to this, is there a good way to install something from a flake inside the configuration.nix? For example, the hydra flake, since it includes many derivations for dependencies that are not part of nixpkgs (or are at the wrong versions).

mach-nix

Posts with mentions or reviews of mach-nix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-09.
  • Installing chatgpt-wrapper
    2 projects | /r/NixOS | 9 Jan 2023
    Another way if the above doesn't work is to use mach-nix:https://github.com/DavHau/mach-nix
  • How to install pip3
    2 projects | /r/Nix | 15 Dec 2022
    For python, I can highly recommend mach-nix. Makes it really easy to also keep a requirements.txt to stay compatible with non-nix-users.
  • Updated ESP-IDF and MicroPython expressions
    3 projects | /r/NixOS | 14 Dec 2022
    The ESP32 toolchain is quite cumbersome to install - even under NixOS. The wiki tells you to create a shell.nix that creates a python virtual env at the first execution. I used DavHau's mach-nix to create esp-idf.nix and subsequently micropython-esp32.nix.
  • Share your Data Science stack in Nixpkgs
    4 projects | /r/NixOS | 30 Nov 2022
    mach-nix and friends are pretty good, but I've found that the expectations of all the commonly-used data science stuff is pretty antithetical to the Nix Way. I'm not sure if it's still the case, but last I tried, Hydra wasn't building CUDA (since it's non-free), so I had to compile that and e.g. TensorFlow and PyTorch. Very painful, even on a beefy system.
  • how to install Python packages not yet in the Nix repo?
    4 projects | /r/NixOS | 27 Nov 2022
  • Help with installing python packages.
    3 projects | /r/NixOS | 18 Aug 2022
    I don't do much Python, but usually everything works just fine with mach-nix. I would try something like this: ``` { pkgs ? import (fetchTarball "https://github.com/nixos/nixpkgs/archive/nixpkgs-unstable.tar.gz") { } }:
  • Nix: Taming Unix with Functional Programming
    18 projects | news.ycombinator.com | 5 Aug 2022
    There are some sifferent/new tools for adding your own Python packages these days. It's still not truly solved, but one of these new package generation tools might serve your better:

    poetry2nix: https://github.com/nix-community/poetry2nix

    dream2nix: https://nix-community.github.io/dream2nix/guides/getting-sta...

    mach-nix: https://github.com/DavHau/mach-nix

    pip2nix: https://github.com/nix-community/pip2nix

    pynixify: https://github.com/cript0nauta/pynixify

    The tools available to you at the time (pypi2nix and maybe python2nix, if it was a long time ago) have been abandoned in favor of the newer tools, I think chiefly poetry2nix but I'm not sure.

    There's still the Nixpkgs buildPythonPackage stuff, I think, if your goal is to upstream a lib into Nixpkgs. But if you just want to build your own Python applications and vendorize the deps (e.g., for work), you might try one of the tools above, which weren't available 3+ years ago. Maybe Nixy Python users and developers can reply with some of their experiences using those tools :)

  • what's the best way to transform nixos into "normal distro"
    2 projects | /r/NixOS | 9 Jul 2022
  • How shall I install a Python library/module?
    1 project | /r/NixOS | 8 Jun 2022
    Have a look at mach-nix which is a small utility library for nix to build Python packages declaratively.
  • Critique my first overlay (xonsh 0.12.4)
    2 projects | /r/NixOS | 17 May 2022
    final: prev: { xonsh = prev.xonsh.overrideAttrs (old: rec { version = "0.12.4"; src = final.fetchFromGitHub { owner = "xonsh"; repo = "xonsh"; rev = version; sha256 = "0kdps0gf0767zy0fs6qn39rv4z3x7ck0qz1pzx6962593171yk8b"; }; propagatedBuildInputs = prev.xonsh.propagatedBuildInputs ++ [final.python3Packages.virtualenv]; }); python39 = prev.python39.override { self = prev.python39; packageOverrides = python_final: python_prev: { prompt-toolkit = python_prev.prompt-toolkit.overrideAttrs (old: rec { version = "3.0.29"; src = final.python3Packages.fetchPypi { pname = "prompt_toolkit"; inherit version; sha256 = "sha256-vWQPYOjOzXTw3CSXE9QzrOLdxitl7gf5bTWOCxUrbqc="; }; }); }; }; # Using mach-nix to fetch unpackaged xontrib plugins # adapted from https://github.com/NixOS/nixpkgs/issues/75786#issuecomment-873654103 mach-nix = import (builtins.fetchGit { url = "https://github.com/DavHau/mach-nix/"; ref = "refs/tags/3.4.0"; }) { pkgs = final; }; xonsh_pyenv = final.mach-nix.mkPython { requirements = '' xontrib-fzf-widgets xonsh-direnv ''; }; xonsh_with_plugins = final.xonsh.overrideAttrs (old: { propagatedBuildInputs = old.propagatedBuildInputs ++ final.xonsh_pyenv.python.pkgs.selectPkgs final.xonsh_pyenv.python.pkgs; }); }

What are some alternatives?

When comparing hydra and mach-nix you can also consider the following projects:

std - A DevOps framework for the SDLC with the power of Nix and Flakes. Good for keeping deadlines!

poetry2nix - Convert poetry projects to nix automagically [maintainer=@adisbladis]

infra - nix-community infrastructure [maintainer=@zowoq]

discord-overlay - [DEPRECATED] A Nixpkgs overlay providing the latest version(s) of the Discord desktop app, automatically updated every 30 minutes

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

spotify-dl - Downloads songs from your Spotify Playlist

awesome-nix - 😎 A curated list of the best resources in the Nix community [maintainer=@cyntheticfox]

nix-alien - Run unpatched binaries on Nix/NixOS

nix-monorepo - An illustration of how you might use Nix in a large, multi-language project and in accordance with best practices

lm-evaluation-harness - A framework for few-shot evaluation of language models.

slsa - Supply-chain Levels for Software Artifacts

nix-prefetch-github - Prefetch sources from github for nix build tool