My new Nix series!

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. nix

    Nix, the purely functional package manager

    From the NixOS website, Nix is a tool that takes a unique approach to package management and system configuration. This "unique approach" refers to building packages in isolation from each other, ensuring that if packages work on one machine, they will work on another. This is done in a declarative fashion, essentially meaning that you tell Nix what to do, and it does it for you, without you having to tell Nix how to do it.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. nixpkgs

    Nix Packages collection & NixOS

    The Nix language is used to create packages for the nix ecosystem. Nix packages, as described earlier, are built in isolation from each other, ensuring that there is no dependency hell and allows multiple versions of a package to seamlessly coexist at the same time. Nix packages are derivations: "a specification for running an executable on precisely defined input files to repeatably produce output files at uniquely determined file system paths". Nix also provides useful builtin functions and a standard environment to make packaging easier. These packages can then be shared, like any other file, and built by other people without any hassle, since Nix guarantees reproducibility. A collection of 120,000+ packages is available in the nixpkgs repository.

  4. nix.dev

    Official documentation for getting things done with Nix.

    This is done using the nix language, which is a purely functional programming language purpose-built to configure the Nix package manager. The language is simple, dynamically typed, and purely functional. You'll pick it up quite easily, but if you want some formal learning, you can check out the Nix Language Basics chapter of the Nix documentation.

  5. direnv

    unclutter your .profile

    This is a (work-in-progress) series of articles on the Nix ecosystem. Some things planned for the near future are development environments with Nix and direnv, many NixOS related things, and much more. Stay tuned by giving me a follow for when those come out!

  6. disko

    Declarative disk partitioning and formatting using nix [maintainers=@Lassulus @Enzime @iFreilicht @Mic92 @phaer]

    Atop all this is the Nix Operating System, or NixOS. NixOS brings all of the declarative goodness of Nix into a Linux distribution. This means that (almost) everything about your system is declarative, including the packages (obviously), the users, the desktop, the login manager, systemd units, containers, and among other things, even the bootloader! Through some extensions, you can also partition disks, build images, and even configure your home folder. A single NixOS configuration is built into multiple pre-configured operating systems using just a single command!

  7. nixos-generators

    Discontinued Collection of image builders [maintainer=@Lassulus]

    Atop all this is the Nix Operating System, or NixOS. NixOS brings all of the declarative goodness of Nix into a Linux distribution. This means that (almost) everything about your system is declarative, including the packages (obviously), the users, the desktop, the login manager, systemd units, containers, and among other things, even the bootloader! Through some extensions, you can also partition disks, build images, and even configure your home folder. A single NixOS configuration is built into multiple pre-configured operating systems using just a single command!

  8. Home Manager using Nix

    Manage a user environment using Nix [maintainer=@khaneliman, @rycee]

    Atop all this is the Nix Operating System, or NixOS. NixOS brings all of the declarative goodness of Nix into a Linux distribution. This means that (almost) everything about your system is declarative, including the packages (obviously), the users, the desktop, the login manager, systemd units, containers, and among other things, even the bootloader! Through some extensions, you can also partition disks, build images, and even configure your home folder. A single NixOS configuration is built into multiple pre-configured operating systems using just a single command!

  9. nix

    You can see a very crude list of planned articles for this series on GitLab. The GitLab repository will also contain any source code and large code snippets (not inlined) used in the series.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Nix Series: NixOS Installation

    2 projects | dev.to | 11 Jun 2026
  • Home Manager using Nix for User Environment

    1 project | dev.to | 13 Dec 2024
  • Going declarative on macOS with Nix and Nix-Darwin

    7 projects | news.ycombinator.com | 15 Jan 2024
  • How do I actually update home-manager?

    2 projects | /r/NixOS | 6 Dec 2023
  • Exclude packages in home manager

    1 project | /r/NixOS | 5 Dec 2023