Tour of Nix
404wolf.com·7h

Okay, before we get started:

NO, NIX IS NOT JUST AN OPERATING SYSTEM. I’m going to talk about what it is and what you can use it for, but nixos is merely a project that uses the nix language/tooling. You do not need to even use linux to use nix. Okay, now that we have that out of the way let’s get started.

Why Nix?

Before even grappling with what it is, I think it’s good to understand what it can do. Some awesome things that nix does:

  • Consistent developer environments that are decoratively specified. This means everyone working on a project can have the same LSP, binaries in their $PATH, etc.
  • Pure, reproducible project builds. Nix “wraps” onto tooling you already use for builds, and does the build in a sandbox. This means that there’s no internet access, the tim…

Similar Posts

Loading similar posts...