summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-13 19:11:03 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-13 19:11:03 +0200
commite937c00a3fa5f3681ad801ea55b84b5b68633c9d (patch)
treec62d9e31eea75eb1e0004c408a8aa6cb05b344e1 /hel.nix
parent05e864707308fb7a7c47e075635c89b7fc49764a (diff)
downloadnixos-e937c00a3fa5f3681ad801ea55b84b5b68633c9d.tar
nixos-e937c00a3fa5f3681ad801ea55b84b5b68633c9d.tar.gz
nixos-e937c00a3fa5f3681ad801ea55b84b5b68633c9d.tar.bz2
nixos-e937c00a3fa5f3681ad801ea55b84b5b68633c9d.tar.xz
nixos-e937c00a3fa5f3681ad801ea55b84b5b68633c9d.zip
less resursion
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 836b49ac..d8925780 100644
--- a/hel.nix
+++ b/hel.nix
@@ -47,7 +47,7 @@
47 kernelPatches = super.linux.kernelPatches ++ [ { patch = ./hel/wacom.patch; name = "wacom-fix"; } 47 kernelPatches = super.linux.kernelPatches ++ [ { patch = ./hel/wacom.patch; name = "wacom-fix"; }
48 ]; 48 ];
49 }; 49 };
50 linuxPackages = pkgs.linuxPackagesFor linux self.linuxPackages; 50 linuxPackages = pkgs.linuxPackagesFor linux pkgs.linuxPackages;
51 }; 51 };
52 }; 52 };
53 53