summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-05-14 18:31:24 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-05-14 18:31:24 +0200
commit23d060918b604c553d192544032d188b96cb5f92 (patch)
treec3b7f31480bf79bc1c4e8ca8072b9723058de76b /hel.nix
parent8bebc694eeff00fbbc69415cc605eccd95dd7f04 (diff)
downloadnixos-23d060918b604c553d192544032d188b96cb5f92.tar
nixos-23d060918b604c553d192544032d188b96cb5f92.tar.gz
nixos-23d060918b604c553d192544032d188b96cb5f92.tar.bz2
nixos-23d060918b604c553d192544032d188b96cb5f92.tar.xz
nixos-23d060918b604c553d192544032d188b96cb5f92.zip
Manually patch
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 10cbc9b4..e1540376 100644
--- a/hel.nix
+++ b/hel.nix
@@ -46,7 +46,7 @@
46 46
47 boot.kernelPackages = pkgs.linuxPackages_latest; 47 boot.kernelPackages = pkgs.linuxPackages_latest;
48 boot.kernelPatches = [ 48 boot.kernelPatches = [
49 { patch = pkgs.fetchurl { url = "https://bugs.freedesktop.org/attachment.cgi?id=114235"; sha256 = "1q83k51f5mbik8y760q2ii07h075dyjv72fj5q4w09nngjvb7vxf"; }; 49 { patch = ./patches/udl.patch;
50 name = "udl-vblank"; 50 name = "udl-vblank";
51 } 51 }
52 ]; 52 ];