summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-02 22:38:26 +0200
committerlassulus <lassulus@lassul.us>2017-08-04 11:06:00 +0200
commitda17b4e11f74d22dc0432d8680cef3b0e425afca (patch)
treee729ddea3812aa41c6a6cf8630d8e707c35b8c07
parent827b8b81b47922c2b24bbaa54fe5314f8c5e0244 (diff)
ma stk1160: revert to hacky override
-rw-r--r--2configs/hw/stk1160.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/2configs/hw/stk1160.nix b/2configs/hw/stk1160.nix
index e73741e26..b3a9e1a5a 100644
--- a/2configs/hw/stk1160.nix
+++ b/2configs/hw/stk1160.nix
@@ -1,8 +1,9 @@
{ pkgs, ... }:
{
# TODO: un-pin linuxPackages somehow
+ boot.kernelPackages = builtins.trace "Warning: overriding kernel Packages with 4.9" pkgs.linuxPackages;
nixpkgs.config.packageOverrides = pkgs: {
- linux_latest = pkgs.linux_latest.override {
+ linux_4_9 = pkgs.linux_4_9.override {
extraConfig = ''
MEDIA_ANALOG_TV_SUPPORT y
VIDEO_STK1160_COMMON m