summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-sql
diff options
context:
space:
mode:
authorCharles Strahan <charles@cstrahan.com>2016-04-30 00:19:57 -0400
committerCharles Strahan <charles@cstrahan.com>2016-10-11 19:59:00 -0400
commitda36847d925058fd86f027b64cc712c57be11ad8 (patch)
tree232dd7e5aa3188fc587392a0bbc180d3e3b44e0b /pkgs/development/python-modules/python-sql
parent9ce4e47bf6acccbb586c8caaf6f2bcf20789ac39 (diff)
nixos: make it easy to apply kernel patches
This makes it easy to specify kernel patches: boot.kernelPatches = [ pkgs.kernelPatches.ubuntu_fan_4_4 ]; To make the `boot.kernelPatches` option possible, this also makes it easy to extend and/or modify the kernel packages within a linuxPackages set. For example: pkgs.linuxPackages.extend (self: super: { kernel = super.kernel.override { kernelPatches = super.kernel.kernelPatches ++ [ pkgs.kernelPatches.ubuntu_fan_4_4 ]; }; }); Closes #15095
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
0 files changed, 0 insertions, 0 deletions