summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-02 22:38:26 +0200
committermakefu <github@syntax-fehler.de>2017-08-02 22:38:26 +0200
commit2653cbd257a9e4255bad6d01e6aed4639821b59c (patch)
tree39410f3a507483b72cc1d17b2c1e2f09fddc41e1 /makefu/2configs/hw
parent2fa2d79b475cb6ccda1fc4b044ec81c1f6b314e3 (diff)
ma stk1160: revert to hacky override
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r--makefu/2configs/hw/stk1160.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/2configs/hw/stk1160.nix b/makefu/2configs/hw/stk1160.nix
index e73741e2..b3a9e1a5 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