1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos
Jan Malakhovski a7d75ab648 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
> ...
2018-02-09 19:51:05 +00:00
..
doc/manual nixos/doc: push all the enable*' and package*` options to the top of their option group 2018-02-09 19:51:05 +00:00
lib
maintainers
modules Merge pull request #34690 from dotlambda/tor 2018-02-08 17:08:44 +00:00
tests
COPYING
default.nix
README
release-combined.nix nixos/release-combined.nix: Make 32-bit iso_minimal a channel blocker 2018-02-07 20:00:19 +02:00
release-small.nix
release.nix

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