diff options
author | makefu <github@syntax-fehler.de> | 2017-08-02 22:38:26 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-08-02 22:38:26 +0200 |
commit | 2653cbd257a9e4255bad6d01e6aed4639821b59c (patch) | |
tree | 39410f3a507483b72cc1d17b2c1e2f09fddc41e1 /makefu | |
parent | 2fa2d79b475cb6ccda1fc4b044ec81c1f6b314e3 (diff) |
ma stk1160: revert to hacky override
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/hw/stk1160.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/2configs/hw/stk1160.nix b/makefu/2configs/hw/stk1160.nix index e73741e26..b3a9e1a5a 100644 --- a/makefu/2configs/hw/stk1160.nix +++ b/makefu/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 |