Overview of the NixOS Linux distribution: Difference between revisions

From NixOS Wiki
imported>Ixxie
Introductory paragraphs.
imported>Ixxie
No edit summary
Line 1: Line 1:
{{warning|text="This discussion article is incomplete, so contributions are welcome. Please consult the [[:Category:Discussion|discussion article metapage]] for guidelines on contributing to discussion articles."}}
{{warning|text="This discussion article is incomplete, so contributions are welcome. Please consult the [[:Category:Discussion|discussion article metapage]] for guidelines on contributing to discussion articles."}}


[https://nixos.org/ NixOS] is a Linux distribution based on the [[Nix package manager]]: all components of the distribution - including the kernel, system packages and configuration files - are built by [[Nix Package Manager|Nix]] using a build file written in the purely functional [[Nix Expression Language]]. It supports reproducible and declarative  configuration management as well as atomic upgrades and rollbacks. Stable NixOS releases are delivered biannually, with the latest stable version being '''17.03'''. NixOS provides a convenient compromise between source-based and binary approaches, allowing the use of a binary cache for standard components and custom
[https://nixos.org/ NixOS] is a Linux distribution based on the [[Nix Package Manager]]: all components of the distribution - including the kernel, system packages and configuration files - are built by [[Nix Package Manager|Nix]] using a build file written in the purely functional [[Nix Expression Language]]. It supports reproducible and declarative  configuration management as well as atomic upgrades and rollbacks. Stable NixOS releases are delivered biannually, with the latest stable version being '''17.03'''. NixOS provides a convenient compromise between source-based and binary approaches, allowing the use of a binary cache for standard components and custom


NixOS was created by Eelco Dolstra and Armijn Hemel, and initially released in 2003. It is community developed and maintained under the stewardship of the [https://nixos.org/nixos/foundation.html NixOS Foundation].
NixOS was created by Eelco Dolstra and Armijn Hemel, and initially released in 2003. It is community developed and maintained under the stewardship of the [https://nixos.org/nixos/foundation.html NixOS Foundation].

Revision as of 18:09, 29 August 2017

Warning: "This discussion article is incomplete, so contributions are welcome. Please consult the discussion article metapage for guidelines on contributing to discussion articles."

NixOS is a Linux distribution based on the Nix Package Manager: all components of the distribution - including the kernel, system packages and configuration files - are built by Nix using a build file written in the purely functional Nix Expression Language. It supports reproducible and declarative configuration management as well as atomic upgrades and rollbacks. Stable NixOS releases are delivered biannually, with the latest stable version being 17.03. NixOS provides a convenient compromise between source-based and binary approaches, allowing the use of a binary cache for standard components and custom

NixOS was created by Eelco Dolstra and Armijn Hemel, and initially released in 2003. It is community developed and maintained under the stewardship of the NixOS Foundation.


See also