summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-13 20:19:25 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-13 20:19:25 +0200
commit495a4347fd8fcfb2ec625889ccbfb4a08e4963ec (patch)
tree7a84bc4bc52d7762c045869649d1d349c963684e /hel.nix
parent0aef2378586763d64ac1d4e06e5a6266d5fa06a7 (diff)
downloadnixos-495a4347fd8fcfb2ec625889ccbfb4a08e4963ec.tar
nixos-495a4347fd8fcfb2ec625889ccbfb4a08e4963ec.tar.gz
nixos-495a4347fd8fcfb2ec625889ccbfb4a08e4963ec.tar.bz2
nixos-495a4347fd8fcfb2ec625889ccbfb4a08e4963ec.tar.xz
nixos-495a4347fd8fcfb2ec625889ccbfb4a08e4963ec.zip
no patch.
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/hel.nix b/hel.nix
index 376492ca..fac02acd 100644
--- a/hel.nix
+++ b/hel.nix
@@ -41,17 +41,6 @@
41 defaultLocale = "en_US.UTF-8"; 41 defaultLocale = "en_US.UTF-8";
42 }; 42 };
43 43
44 nixpkgs.config = {
45 packageOverrides = super: let self = super.pkgs; in rec {
46 linuxPackages_latest = super.linuxPackages_latest // {
47 kernel = super.linuxPackages_latest.kernel.override {
48 kernelPatches = super.linux_latest.kernelPatches ++ [ { patch = ./hel/wacom.patch; name = "wacom-fix"; }
49 ];
50 };
51 };
52 };
53 };
54
55 boot.kernelPackages = pkgs.linuxPackages_latest; 44 boot.kernelPackages = pkgs.linuxPackages_latest;
56 45
57 environment.systemPackages = with pkgs; [ 46 environment.systemPackages = with pkgs; [