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 17:08, 4 June 2024 by Electron271 (talk | contribs) (Chore: Update categories)

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. [citation needed]

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.