nixpkgs/nixos
Jan Malakhovski 182463dc79 nixos/doc: push all the enable*' and package*` options to the top of their option group
Why? Because this way configuration.nix(5) can be read linearly.

Before:

> virtualisation.xen.bootParams
> ...
> virtualisation.xen.enable
> ...
> virtualisation.xen.package
> ...

After:

> virtualisation.xen.enable
> virtualisation.xen.package
> virtualisation.xen.bootParams
> ...
2017-12-07 21:26:34 +00:00
..
doc/manual nixos/doc: push all the enable*' and package*` options to the top of their option group 2017-12-07 21:26:34 +00:00
lib make-squashfs: Hack to avoid building images where nixos-install won't run 2017-12-03 03:37:45 +02:00
maintainers amazon-image: make derivation name configurable 2017-10-23 16:22:24 -04:00
modules Merge pull request #28939 from xtruder/nixos/tor/trans_proxy 2017-12-03 21:47:11 +01:00
tests tests/initrd-network-ssh: Don't build during evaluation 2017-11-27 12:08:57 +02:00
COPYING
default.nix
README
release-combined.nix Merge pull request #31805 from gleber/make-switch-to-configuration-pure 2017-11-19 19:03:52 +00:00
release-small.nix php: pcre test blocks -small channels as well 2017-11-12 11:03:54 +01:00
release.nix tests/initrd-network-ssh: Don't build during evaluation 2017-11-27 12:08:57 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.