nix

A declaratively managed computing environment for rraval (by rraval)

Nix Alternatives

Similar projects and alternatives to nix

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better nix alternative or higher similarity.

nix reviews and mentions

Posts with mentions or reviews of nix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-02.
  • NixOS 21.05 Released
    39 projects | news.ycombinator.com | 2 Jun 2021
    I was able to make the switch over cold turkey after ~9 years of ArchLinux.

    By sheer happenstance, I blogged earlier this week about one particular killer feature that doesn't get enough air time: https://news.ycombinator.com/item?id=27344677

    My not-flake-yet configuration can be found at https://github.com/rraval/nix

  • Nix solves the package manager ejection problem
    4 projects | news.ycombinator.com | 31 May 2021
    > How do NixOS users typically manage software that is not a Nix package

    By writing a Nix package for it (I don't mean for this to sound flippant, tone is a bit hard to convey over text).

    For example I have this alpha quality rust binary that I'm developing but I also want a stable version installed at the OS level. I write a Nix package and simply compose it into my overall NixOS configuration alongside the more official Nixpkgs: https://github.com/rraval/nix/blob/master/git-nomad.nix

    > like a source code tarball where you would traditionally run configure && make && make install?

    Nix has a bunch of defaults that make a conventional package like this straightforward.

    Here's a package for a vanilla C binary + library that does the `autoreconf && ./configure && make && make install` dance: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/secu...

    It's almost a little misleading because the actual steps are largely inherited from the defaults, you can read more about `stdenv.mkDerivation` here: https://nixos.org/guides/nix-pills/fundamentals-of-stdenv.ht...

Stats

Basic nix repo stats
2
12
7.8
3 days ago

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