nixpkgs-suyu/lib
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
..
systems xcode: add xcodePlatform to system 2018-06-25 22:18:23 -04:00
tests lib: bitAnd, bitOr, bitXor (bitsize-agnostic fallback function) (#41491) 2018-06-10 21:25:48 +02:00
attrsets.nix
composable-derivation.nix
customisation.nix
debug.nix
default.nix lib: bitAnd, bitOr, bitXor (bitsize-agnostic fallback function) (#41491) 2018-06-10 21:25:48 +02:00
deprecated.nix
fetchers.nix
filesystem.nix
fixed-points.nix
generators.nix generators: refactor toPlist 2018-06-28 15:24:12 -04:00
kernel.nix linux: translate config to structured config 2018-06-30 16:01:41 +03:00
licenses.nix Mark more unfree licenses as unfree. See also #20256. 2018-06-24 18:31:54 +02:00
lists.nix
meta.nix
minver.nix
modules.nix Merge pull request #42138 from NixOS/yegortimoshenko-patch-6 2018-06-27 20:29:39 +02:00
options.nix
sources.nix
strings-with-deps.nix
strings.nix
trivial.nix lib: bitAnd, bitOr, bitXor (bitsize-agnostic fallback function) (#41491) 2018-06-10 21:25:48 +02:00
types.nix
versions.nix