nix-embedded VS nix-helpers

Compare nix-embedded vs nix-helpers and see what are their differences.

nix-helpers

Mirror of http://chriswarbo.net/git/nix-helpers.git (by Warbo)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
nix-embedded nix-helpers
1 2
2 8
- -
0.0 7.5
almost 3 years ago 2 months ago
C Nix
- Creative Commons Zero v1.0 Universal
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.

nix-embedded

Posts with mentions or reviews of nix-embedded. 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
    Yeah I agree here, I used to find Nix somewhat unintuitive but I have now managed a few non-trivial projects. One being to package Xilinx ISE as a flake [0], and another to build a non-volatile Linux image using busybox and runit [1]. For the latter I still haven't quite gotten where I want but that's because I realised I needed dbus for avahi and dbus is just so ridiculously complex.

    [0] - https://github.com/benpye/nix-fpga-tools/

    [1] - https://github.com/benpye/nix-embedded

nix-helpers

Posts with mentions or reviews of nix-helpers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-12.
  • NixOS RFC 136 accepted: A plan to stabilize the new CLI and Flakes incrementally
    11 projects | news.ycombinator.com | 12 Aug 2023
    Yes, to get Nixpkgs it's much faster to use `fetchTarball`.

    You're right that `builtins.fetchTarball` is faster than `builtins.fetchGit` (due to the ridiculous amount of commits in the Nixpkgs repo). I like to keep such definitions in a single, company-wide/project-agnostic git repo (what the Nix Pills series calls the "repository pattern"), and have individual projects import them via `builtins.fetchGit`.

    Many years ago we didn't have `builtins.fetchGit`, so had to use the 'fetchgit' function from Nixpkgs instead. That created a chicken-and-egg situation if we wanted to take the Nixpkgs version from some other git repo; hence needing to "bootstrap" via `(import { config = {}; }).fetchgit`, and cross our fingers that `NIX_PATH` wasn't set to some crazy value (which, of course, I would inevitably do... https://github.com/Warbo/haskell-te/blob/24475a229908caa3447... )

    Note that we need `config = {};` when importing Nixpkgs to avoid an impurity which tries to read files in $HOME. More recent versions of Nixpkgs also need `overlays = [];` to avoid another impurity (looks like this changed at Nixpkgs 17.03, according to https://github.com/Warbo/nix-helpers/blob/master/nixpkgs.nix )

  • The Curse of NixOS
    35 projects | news.ycombinator.com | 24 Jan 2022
    Where nixpkgs2105 is a pinned revision of the Nixpkgs repo, defined in another overlay. My current Nix config has pinned Nixpkgs versions going back to 2016. For example, here's a bunch of such overrides:

    https://github.com/Warbo/nix-config/blob/master/overrides/fi...

    At the moment I'm using niv to manage the pinned Nixpkgs versions (the 'repoXXXX' entries):

    https://github.com/Warbo/nix-helpers/blob/master/nix/sources...

What are some alternatives?

When comparing nix-embedded and nix-helpers you can also consider the following projects:

impermanence - Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz]

aconfmgr - A configuration manager for Arch Linux

nix-fpga-tools

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

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

nvd

rfcs - The Nix community RFCs

nixpkgs-config - ~/.config/nixpkgs