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 21:00, 4 June 2024 by Astrid (talk | contribs) (fix repetition)

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].

Home Manager

Home Manager is a NixOS module made to configure your user's /home, Home Manager can be installed in different ways but a common approach is using the NixOS module, as that rebuilds Home Manager along with NixOS. Home Manager also provides a wide variety of options, which can be utilized to manage files, install and configure applications among other utilization options.

Lix

Lix is a community fork of Nix. It uses the meson build system, though the Lix team also plans to gradually introduce Rust to the source code.[3] There are also plans to improve the Nix language and make it into the Lix language, which is different but still generally syntactically compatible with the Nix language[3].

Controversy

Anduril Sponsorship

NixCon 2023, a community convention for nix, has received a sponsorship from Anduril, a military defense contractor based in the US. The event venue, TU Darmstadt, became aware of the sponsorship and asked for additional information from the Nix Foundation to determine if the sponsorship was in accordance with their policies. Following this, the Nix Foundation decided to rescind the Anduril sponsorship.[4]

Change of Leadership

Following an open letter of criticism to the Nix Foundation demanding the resignation of Eelco Dolstra[5], he eventually resigned[6]. After the resignation, the new board in charge decided to unban a fascist[6].

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.