impermanence VS nix-prisma-example

Compare impermanence vs nix-prisma-example and see what are their differences.

impermanence

Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz] (by nix-community)

nix-prisma-example

An example Prisma project using nix (by pimeys)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
impermanence nix-prisma-example
34 1
893 27
11.9% -
5.9 0.0
about 2 months ago 9 months ago
Nix Nix
MIT License Apache License 2.0
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.

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" ];

nix-prisma-example

Posts with mentions or reviews of nix-prisma-example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-24.
  • The Curse of NixOS
    35 projects | news.ycombinator.com | 24 Jan 2022
    For the system, I like the devos template:

    https://github.com/divnix/devos

    The idea of flakes is how you define inputs, and you define the system (and packages, and shell etc.) in the outputs using the inputs. The inputs are git repos which point to other flakes. You can mix and match these as much as you want (see the devos repo for examples) and when you build the derivation, it generates a lockfile for exact commits in that point in time what were used in the given inputs.

    You commit the lockfile and in the other systems where you pull your config from the repo, it uses exactly those commits and installs the same versions as you did in your other systems.

    This was quite annoying and hard to do before flakes. Now it's easy.

    The problem what people face with building their system as a flake is combining the packages so you can point to `jq` from the unstable nixos and firefox from the stable train. I think this aspect needs better documentation so it wouldn't be so damn hard to learn (believe me, I know). Luckily there are projects like devos that give a nice template for people to play with (with documentation!)

    Another use for flakes is to create a development shell for your repo, an example what I did a while ago:

    https://github.com/pimeys/nix-prisma-example

    Either have `nix-direnv` installed, enter the directory and say `direnv allow`, or just `nix develop` and it will gather, compile and install the correct versions of packages to your shell. Updating the packages? Call `nix flake update` in the directory, commit the lockfile and everybody else gets the new versions to their shell.

What are some alternatives?

When comparing impermanence and nix-prisma-example you can also consider the following projects:

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

nixos-beginners-handbook - The missing handbook for NixOS beginners

nix-config - Nix configurations

star-history - The missing star history graph of GitHub repos - https://star-history.com

nixpkgs - My Nix system configs!

asdf-nodejs - Node.js plugin for asdf version manager

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

aconfmgr - A configuration manager for Arch Linux

nix-config - :space_invader: NixOS configuration

nixpkgs-config - ~/.config/nixpkgs

dotfiles - My personal dotfiles

digga - A flake utility library to craft shell-, home-, and hosts- environments.