nixpkgs/nixos
Eelco Dolstra dddcd10ecc
Don't set 'config.xorg = {}'
This makes memoization of Nixpkgs evaluation less effective, since
some Nixpkgs invocations may have 'config = {}' while others may have
'config = { xorg = {}; }'.

Instead set 'config = {}'.
2018-01-11 19:31:05 +01:00
..
doc/manual Revert "nixos/dnscrypt-proxy: remove" 2018-01-08 15:09:33 +01:00
lib Merge pull request #33577 from dtzWill/fix/cross-2 2018-01-09 12:36:53 -05:00
maintainers
modules Don't set 'config.xorg = {}' 2018-01-11 19:31:05 +01:00
tests Revert "nixos/dnscrypt-proxy: remove" 2018-01-08 15:09:33 +01:00
COPYING
default.nix
README
release-combined.nix
release-small.nix
release.nix Revert "nixos/dnscrypt-proxy: remove" 2018-01-08 15:09:33 +01: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.