From 8bebc694eeff00fbbc69415cc605eccd95dd7f04 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 14 May 2017 18:26:22 +0200 Subject: patch name --- hel.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 3bd7ddc5..10cbc9b4 100644 --- a/hel.nix +++ b/hel.nix @@ -45,7 +45,11 @@ }; boot.kernelPackages = pkgs.linuxPackages_latest; - boot.kernelPatches = [ { patch = pkgs.fetchurl { url = "https://bugs.freedesktop.org/attachment.cgi?id=114235"; sha256 = "1q83k51f5mbik8y760q2ii07h075dyjv72fj5q4w09nngjvb7vxf"; }; } ]; + boot.kernelPatches = [ + { patch = pkgs.fetchurl { url = "https://bugs.freedesktop.org/attachment.cgi?id=114235"; sha256 = "1q83k51f5mbik8y760q2ii07h075dyjv72fj5q4w09nngjvb7vxf"; }; + name = "udl-vblank"; + } + ]; environment.systemPackages = with pkgs; [ git -- cgit v1.2.3