New version of NixOS available.


NixOS 14.04 was released.

"NixOS 14.04 'Baboon' has been released. It is the second stable release branch. In addition to numerous new and upgraded packages and modules, this release has the following highlights: installation on UEFI systems is now supported; systemd has been updated to version 212, which has numerous improvements; NixOS is now based on glibc 2.19 and GCC 4.8; the default Linux kernel has been updated to 3.12; KDE has been updated to 4.12; Nix has been updated to 1.7; NixOS now supports fully declarative management of users and groups...."

NixOS is an independently developed GNU/Linux distribution that aims to improve the state of the art in system configuration management. In NixOS, the entire operating system, including the kernel, applications, system packages and configuration files, are built by the Nix package manager. Nix stores all packages in isolation from each other; as a result there are no /bin, /sbin, /lib or /usr directories and all packages are kept in /nix/store instead. Other innovative features of NixOS include reliable upgrades, rollbacks, reproducible system configurations, source-based model with binaries, and multi-user package management. Although NixOS is a research project, it is a functional and usable operating system that includes hardware detection, KDE as the default desktop, and systemd for managing system services.