summaryrefslogtreecommitdiffstats
path: root/makefu
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
commit1310375624b7fbcb6c165a032edc9d3ef336d57b (patch)
tree505531be336da234edf83a797eecd90d7f837e56 /makefu
parenta00db299ace1d0950d7d8030a9684fec3b3b2c43 (diff)
ma stk1160: revert to hacky override
Diffstat (limited to 'makefu')
-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