Software Alternatives, Accelerators & Startups

NixOS VS Ninja Build

Compare NixOS VS Ninja Build and see what are their differences

NixOS logo NixOS

25 Jun 2014 . All software components in NixOS are installed using the Nix package manager. Packages in Nix are defined using the nix language to create nix expressions.

Ninja Build logo Ninja Build

Ninja is a small build system with a focus on speed.
  • NixOS Landing page
    Landing page //
    2023-09-12
  • Ninja Build Landing page
    Landing page //
    2021-09-14

NixOS videos

First Impression of the NixOS Installation Procedure

More videos:

  • Review - Introduction to NixOS - Brownbag by Geoffrey Huntley
  • Review - NixOS 18.03 - A Configuration-focused GNU+Linux Distro

Ninja Build videos

FORTNITE STW: HERE IS THE BEST NINJA BUILD (AFTER MONTHS OF TESTING)

Category Popularity

0-100% (relative to NixOS and Ninja Build)
Front End Package Manager
Package Manager
100 100%
0% 0
JavaScript Package Manager
Developer Tools
100 100%
0% 0

User comments

Share your experience with using NixOS and Ninja Build. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare NixOS and Ninja Build

NixOS Reviews

The 10 Best Immutable Linux Distributions in 2024
Why it’s on the list: NixOS uses the Nix package manager, which treats packages as isolated from each other. This unique approach to package management virtually eliminates “dependency hell”.

Ninja Build Reviews

We have no reviews of Ninja Build yet.
Be the first one to post

Social recommendations and mentions

Based on our record, NixOS seems to be a lot more popular than Ninja Build. While we know about 246 links to NixOS, we've tracked only 22 mentions of Ninja Build. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

NixOS mentions (246)

  • I use NixOS for my home-server, and you should too!
    As we covered in my last post, NixOS is a amazing Linux distribution for creating stable and declared environments. Now while this is amazing for a desktop setup, it is also perfect for a home-server or home-lab. - Source: dev.to / about 1 month ago
  • Colima k8s nix setup
    Nix is a cross-platform package manager. It uses the nix programming language. Nix and NixOs are often used in the same context, but while the first is a package manager, the latter is a linux distribution based on nix. - Source: dev.to / about 2 months ago
  • NixOs - Your portable dev enviroment
    Today I want to talk to you about Nixos. What is it? Nixos is a declarative and reproducible OS, partly taking the words used on their own page. What does that mean? - Source: dev.to / about 2 months ago
  • Nix – A One Pager
    Software developers often want to customize: 1. Their home environments: for packages (some reach for brew on MacOS) and configurations (dotfiles, and some reach for stow). 2. Their development shells: for build dependencies (compilers, SDKs, libraries), tools (LSP, linters, formatters, debuggers), and services (runtime, database). Some reach for devcontainers here. 3. Or even their operating systems: for... - Source: Hacker News / about 2 months ago
  • Tools for Linux Distro Hoppers
    Hopping from one distro to another with a different package manager might require some time to adapt. Using a package manager that can be installed on most distro is one way to help you get to work faster. Flatpak is one of them; other alternative are Snap, Nix or Homebrew. Flatpak is a good starter, and if you have a bunch of free time, I suggest trying Nix. - Source: dev.to / 2 months ago
View more

Ninja Build mentions (22)

  • TypeScript's Successor is Waiting, and You'll Never Want to Turn Back
    Under the hood, Rescript uses a build system called Ninja. Ninja is similar to Make, but cross-platform and more minimal/performant. - Source: dev.to / 4 months ago
  • Using Make – writing less Makefile
    Ninja was super easy to pick up even after using make for some time (10+ years). GN is just a ninja generator that is optional. https://gn.googlesource.com/gn/+/main/docs/quick_start.md https://ninja-build.org/. - Source: Hacker News / 5 months ago
  • Ask HN: What outdated tech are you still using and are perfectly happy with?
    Really? I thought most new projects were switching to ninja[^1] and have never used it. [^1]: https://ninja-build.org/. - Source: Hacker News / 8 months ago
  • What was used to build C++ programs before Cmake?
    Ninja showed real promise for a while, but then CMake grew up and people stopped seeing a reason to leave it behind. Source: 11 months ago
  • Building and Running Pidgin and Finch 3
    Now that you have your build system all generated you can go ahead and build everything. By default Meson will use Ninja as the build tool. Ninja is similar to Make but much much faster. You can also generate additional build systems but that's outside of the scope of this post. - Source: dev.to / about 1 year ago
View more

What are some alternatives?

When comparing NixOS and Ninja Build, you can also consider the following products

GNU Guix - Like Nix but GNU.

SCons - SCons is an Open Source software construction tool—that is, a next-generation build tool.

Homebrew - The missing package manager for macOS

GNU Make - GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.

pacman (package manager) - The pacman package manager is one of the major distinguishing features of ...

Meson - Meson is an open source build system meant to be both extremely fast, and, even more importantly...