nixpkgs/pkgs/os-specific
Dan Peebles ff9999ad1b linux: translate config to structured config
Instead of using a string to describe kernel config, use a nix
attribute set, then converted to a string.
- allows to override the config, aka convert 'yes' into 'modules' or
vice-versa
- while for now merging different configs is still crude (last spec wins),
at least there should be only one CONFIG_XYZ value compared to the current string
config where the first defined would be used and others ignored.

[initial idea by copumpkin in 2016, a major rebase to 2018 by teto]
2018-06-30 16:01:41 +03:00
..
bsd netbsd.compat: fix build with musl (#41537) 2018-06-16 23:25:10 -04:00
darwin xcode: default to 8.2 2018-06-28 10:24:09 -04:00
gnu Merge pull request #40530 from obsidiansystems/mingw-cleanup 2018-05-14 21:05:44 -04:00
linux linux: translate config to structured config 2018-06-30 16:01:41 +03:00
windows Merge pull request #40530 from obsidiansystems/mingw-cleanup 2018-05-14 21:05:44 -04:00