summaryrefslogtreecommitdiffstats
path: root/2configs/hw/stk1160.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-11-14 15:36:50 +0100
committermakefu <github@syntax-fehler.de>2017-11-14 15:36:50 +0100
commit6e6a92f4acaf44af6650c764073fbcb5b856a096 (patch)
treedb1901c8c0536bfa3d1ae648a5ece67eee36bab7 /2configs/hw/stk1160.nix
parent9594d6bdb37802b705fd8afb4ade6c575ea541e5 (diff)
ma hw/stk1160: rip
Diffstat (limited to '2configs/hw/stk1160.nix')
-rw-r--r--2configs/hw/stk1160.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/2configs/hw/stk1160.nix b/2configs/hw/stk1160.nix
deleted file mode 100644
index b3a9e1a5a..000000000
--- a/2configs/hw/stk1160.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ pkgs, ... }:
-{
- # TODO: un-pin linuxPackages somehow
- boot.kernelPackages = builtins.trace "Warning: overriding kernel Packages with 4.9" pkgs.linuxPackages;
- nixpkgs.config.packageOverrides = pkgs: {
- linux_4_9 = pkgs.linux_4_9.override {
- extraConfig = ''
- MEDIA_ANALOG_TV_SUPPORT y
- VIDEO_STK1160_COMMON m
- VIDEO_STK1160_AC97 y
- VIDEO_STK1160 m
- '';
- };
- };
-}