lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

linux-3.10: fixup config by a slightly hacky way

For explanation see:
https://github.com/NixOS/nixpkgs/pull/13405#issuecomment-188357637

authored by

Tuomas Tynkkynen and committed by
Vladimír Čunát
0e1319f0 4a4c432f

+1 -1
+1 -1
pkgs/os-specific/linux/kernel/common-config.nix
··· 362 362 X86_MCE y 363 363 364 364 # PCI-Expresscard hotplug support 365 - HOTPLUG_PCI_PCIE y 365 + ${optionalString (versionAtLeast version "3.12") "HOTPLUG_PCI_PCIE y"} 366 366 367 367 # Linux containers. 368 368 NAMESPACES? y # Required by 'unshare' used by 'nixos-install'