Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

NixOS

From atl.wiki
Revision as of 18:21, 4 June 2024 by Astrid (talk | contribs) (I cited the phd thesis that lead to the creation of nix, and I changed the release model to "varied")

Lua error in Module:DistributionInfobox at line 21: data must be either of type string or number.

NixOS is a Linux distribution built around the Nix package manager, which provides atomic upgrades, rollbacks, and a declarative configuration model[1]. It was originally founded by Eelco Dolstra[2].

Trivia

  • NixOS uses a purely functional package management approach, ensuring that package installations do not interfere with one another.
  • The Nix package manager allows for reproducible builds, making it ideal for development environments.

References