hydra VS impermanence

Compare hydra vs impermanence and see what are their differences.

hydra

Hydra, the Nix-based continuous build system (by NixOS)

impermanence

Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz] (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
hydra impermanence
5 34
1,057 907
2.3% 6.3%
8.7 5.4
2 days ago 8 days ago
Perl Nix
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).

impermanence

Posts with mentions or reviews of impermanence. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-23.
  • Ask HN: How to Manage Phones and PCs for Elderly Parents?
    2 projects | news.ycombinator.com | 23 Apr 2024
    You might want to set up NixOS with impermanence, with something like https://github.com/nix-community/impermanence. Install an easy to use desktop environment like ElementaryOS, and configure NixOS with or without Flatpak, if you want to give the user the ability to install new software or not. Then set up automatic updates, automatic garbage collection and you have a truly stable system.
  • Tvix – A New Implementation of Nix
    8 projects | news.ycombinator.com | 16 Apr 2024
    I would not call these projects unbelievable, but they are neat.

    - Opt-in state: https://github.com/nix-community/impermanence and https://grahamc.com/blog/erase-your-darlings/

  • Every NixOS rebuild creates a new Tailscale machine
    1 project | /r/NixOS | 11 Jul 2023
    That way will work - I use the impermanence module which works similarly but allows to hide mounts.
  • Silverblue users: why?
    4 projects | /r/Fedora | 23 Jun 2023
    This is indeed a blind spot. Thanks for pointing that out! Silverblue -to my knowledge- doesn't do a lot to address this. Though, 3rd-party tools like Home Manager and the suite of applications developed by the folks over at uBlue might be able to limit this to a minimum. Though I'm not sure if it surpasses NixOS in this regard; for the uninitiated. Though, to my knowledge, this requires special attention and depends on the specifics of the NixOS system in question.
  • NixOS for the Impatient
    5 projects | news.ycombinator.com | 9 Jun 2023
    [3]: https://github.com/nix-community/impermanence
  • How to add impermanence afterwards?
    1 project | /r/NixOS | 16 May 2023
  • File system choice for Impermanence setup
    1 project | /r/NixOS | 20 Apr 2023
    I have recently stumbled upon Impermanence - modules to help you handle persistent state on systems with ephemeral root storage, and the concept seems quite nice.
  • Erase your darlings: Can this be applied to /home?
    1 project | /r/NixOS | 17 Apr 2023
    I haven't used it yet but nix-community/impermanence has a home-manager module that might be useful.
  • Interested in NixOS, have some questions
    3 projects | /r/NixOS | 4 Apr 2023
    Some files in /etc (like saved networks) will still not be managed by NixOS, if you want to have full control over them use Impermanence
  • Upgrading to NixOS 22.11 Issue
    5 projects | /r/NixOS | 24 Jan 2023
    { imports = [ (modulesPath + "/installer/scan/not-detected.nix") "${builtins.fetchGit { url = "https://github.com/NixOS/nixos-hardware.git"; }}/system76" "${builtins.fetchGit { url = "https://github.com/nix-community/impermanence.git"; }}/nixos.nix" ];

What are some alternatives?

When comparing hydra and impermanence 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!

home-manager - Manage a user environment using Nix [maintainer=@rycee] [Moved to: https://github.com/nix-community/home-manager]

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

nix-config - Nix configurations

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

nixpkgs - My Nix system configs!

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

nix-config - :space_invader: NixOS configuration

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

raspi-overlayroot - Protect your SD card against wear and tear

slsa - Supply-chain Levels for Software Artifacts

dotfiles - My personal dotfiles