NixOS: Difference between revisions
From Cibernética Americana
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
| caption = Screenshot caption | | caption = Screenshot caption | ||
| developer = Universities of Delft and Utrecht | | developer = Universities of Delft and Utrecht | ||
| family = [[Unix-like]] | | family = [[:en:Unix-like|Unix-like]] | ||
| source_model = [[Free and open source software]] | | source_model = [[:en:Free and open source software|Free and open source software]] | ||
| released = MM DD, 2006 | | released = MM DD, 2006 | ||
| latest_release_version = [[Rolling release]] <!-- Weekly minimal install builds are available on Gentoo's site above the old 2008 releases --> | | latest_release_version = [[:en:Rolling release|Rolling release]] <!-- Weekly minimal install builds are available on Gentoo's site above the old 2008 releases --> | ||
| latest_release_date = <!-- once a week or so depending on the pc architecture the minimal install iso is being built for --> | | latest_release_date = <!-- once a week or so depending on the pc architecture the minimal install iso is being built for --> | ||
| kernel_type = [[Monolithic kernel|Monolithic]] ([[Linux kernel|Linux]]) | | kernel_type = [[Monolithic kernel|Monolithic]] ([[Linux kernel|Linux]]) | ||
| userland = [[GNU Core Utilities|GNU]] | | userland = [[GNU Core Utilities|GNU]] | ||
| ui = tty | | ui = tty | ||
| license = [[GNU General Public License]], others | | license = [[:en:GNU General Public License|GNU General Public License]], others | ||
| working_state = Current | | working_state = Current | ||
| supported_platforms = [[IA-32]], [[x86-64]], | | supported_platforms = [[IA-32]], [[x86-64]], | ||
Revision as of 13:22, 21 April 2010
NixOS is a functional Linux distribution based on the Nix package manager. It uses a functional script language to maintain the overall Linux host as which is also the basis of the package manager, in a realized solution of the Unix update problem.
![]() Screenshot caption | |
| Company / developer | Universities of Delft and Utrecht |
| OS family | Unix-like |
| Working state | Current |
| Source model | Free and open source software |
| Initial release | MM DD, 2006 |
| Latest stable release | Rolling release |
| Update method | Package (re)Derivation |
| Package manager | Nix (software) |
| Supported platforms | IA-32, x86-64, |
| Kernel type | Monolithic (Linux) |
| Userland | GNU |
| Default user interface | tty |
| License | GNU General Public License, others |
| Official website | http://nixos.org |
Organization
NixOS uses a declarative approach to 'Nix host and package managment on the bare bones of a Unix implementation. BSD and other Unices are targetted but practically Linux is the only significantly supported OS.
