summaryrefslogtreecommitdiffstats
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
commite2559bc5fd49cb8e30efc603b637027a5100d810 (patch)
tree66e0429c457fda5cdace6365732272661b1eb772
parent537bb1aee6d6fee1b05d9494b2afb13e9aa20dd9 (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